Package | Description |
---|---|
org.cybergarage.http | |
org.cybergarage.soap | |
org.cybergarage.upnp | |
org.cybergarage.upnp.control | |
org.cybergarage.upnp.device | |
org.cybergarage.upnp.event | |
org.cybergarage.upnp.ssdp |
Modifier and Type | Method and Description |
---|---|
void |
HTTPRequestListener.httpRequestRecieved(HTTPRequest httpReq) |
void |
HTTPServer.performRequestListener(HTTPRequest httpReq) |
void |
HTTPRequest.set(HTTPRequest httpReq) |
Modifier and Type | Class and Description |
---|---|
class |
SOAPRequest |
Constructor and Description |
---|
SOAPRequest(HTTPRequest httpReq) |
Modifier and Type | Method and Description |
---|---|
void |
Device.httpRequestRecieved(HTTPRequest httpReq) |
void |
ControlPoint.httpRequestRecieved(HTTPRequest httpReq) |
Modifier and Type | Class and Description |
---|---|
class |
ActionRequest |
class |
ControlRequest |
class |
QueryRequest |
Constructor and Description |
---|
ActionRequest(HTTPRequest httpReq) |
ControlRequest(HTTPRequest httpReq) |
QueryRequest(HTTPRequest httpReq) |
Modifier and Type | Method and Description |
---|---|
void |
PresentationListener.httpRequestRecieved(HTTPRequest httpReq) |
Modifier and Type | Class and Description |
---|---|
class |
NotifyRequest |
class |
SubscriptionRequest |
Constructor and Description |
---|
NotifyRequest(HTTPRequest httpReq) |
SubscriptionRequest(HTTPRequest httpReq) |
Modifier and Type | Class and Description |
---|---|
class |
SSDPNotifyRequest |
class |
SSDPRequest |
class |
SSDPSearchRequest |
Modifier and Type | Method and Description |
---|---|
boolean |
HTTPMUSocket.post(HTTPRequest req) |
boolean |
HTTPMUSocket.post(HTTPRequest req,
String bindAddr,
int bindPort) |