| Package | Description |
|---|---|
| org.cybergarage.http |
HTTP protocol implementation and utilities.
|
| org.cybergarage.soap |
SOAP (Simple Object Access Protocol) implementation for UPnP.
|
| org.cybergarage.upnp.control |
UPnP control and action invocation framework.
|
| org.cybergarage.upnp.event |
UPnP event notification and subscription management.
|
| org.cybergarage.upnp.ssdp |
Simple Service Discovery Protocol (SSDP) implementation for UPnP.
|
| Modifier and Type | Method and Description |
|---|---|
HTTPResponse |
HTTPRequest.post(String host,
int port) |
HTTPResponse |
HTTPRequest.post(String host,
int port,
boolean isKeepAlive) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HTTPRequest.post(HTTPResponse httpRes) |
boolean |
HTTPSocket.post(HTTPResponse httpRes,
long contentOffset,
long contentLength,
boolean isOnlyHeader)
Posts an HTTP response with the specified content parameters.
|
| Constructor and Description |
|---|
HTTPResponse(HTTPResponse httpRes)
Creates a copy of an existing HTTP response.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SOAPResponse
Represents a SOAP (Simple Object Access Protocol) response message.
|
| Constructor and Description |
|---|
SOAPResponse(HTTPResponse httpRes) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionResponse
Represents a UPnP action control response.
|
class |
ControlResponse
Represents a UPnP control response.
|
class |
QueryResponse
Represents a UPnP query response.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubscriptionResponse
Represents a UPnP event subscription response.
|
| Constructor and Description |
|---|
SubscriptionResponse(HTTPResponse httpRes) |
| Modifier and Type | Class and Description |
|---|---|
class |
SSDPResponse
Represents an SSDP response message.
|
class |
SSDPSearchResponse
Represents an SSDP search response message.
|