| 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)Posts this HTTP request to the specified host and port with no keep-alive. |
HTTPResponse | HTTPRequest.post(String host,
int port,
boolean isKeepAlive)Posts this HTTP request to the specified host and port. |
| Modifier and Type | Method and Description |
|---|---|
boolean | HTTPRequest.post(HTTPResponse httpRes)Posts an HTTP response back to the client. |
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 | SOAPResponseRepresents a SOAP (Simple Object Access Protocol) response message. |
| Constructor and Description |
|---|
SOAPResponse(HTTPResponse httpRes)SOAPResponse. |
| Modifier and Type | Class and Description |
|---|---|
class | ActionResponseRepresents a UPnP action control response. |
class | ControlResponseRepresents a UPnP control response. |
class | QueryResponseRepresents a UPnP query response. |
| Modifier and Type | Class and Description |
|---|---|
class | SubscriptionResponseRepresents a UPnP event subscription response. |
| Constructor and Description |
|---|
SubscriptionResponse(HTTPResponse httpRes)SubscriptionResponse. |
| Modifier and Type | Class and Description |
|---|---|
class | SSDPResponseRepresents an SSDP response message. |
class | SSDPSearchResponseRepresents an SSDP search response message. |