Uses of Class
org.cybergarage.http.HTTPRequest
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 |
-
Uses of HTTPRequest in org.cybergarage.http
Methods in org.cybergarage.http with parameters of type HTTPRequest Modifier and Type Method Description void
HTTPRequestListener. httpRequestRecieved(HTTPRequest httpReq)
void
HTTPServer. performRequestListener(HTTPRequest httpReq)
void
HTTPRequest. set(HTTPRequest httpReq)
-
Uses of HTTPRequest in org.cybergarage.soap
Subclasses of HTTPRequest in org.cybergarage.soap Modifier and Type Class Description class
SOAPRequest
Constructors in org.cybergarage.soap with parameters of type HTTPRequest Constructor Description SOAPRequest(HTTPRequest httpReq)
-
Uses of HTTPRequest in org.cybergarage.upnp
Methods in org.cybergarage.upnp with parameters of type HTTPRequest Modifier and Type Method Description void
ControlPoint. httpRequestRecieved(HTTPRequest httpReq)
void
Device. httpRequestRecieved(HTTPRequest httpReq)
-
Uses of HTTPRequest in org.cybergarage.upnp.control
Subclasses of HTTPRequest in org.cybergarage.upnp.control Modifier and Type Class Description class
ActionRequest
class
ControlRequest
class
QueryRequest
Constructors in org.cybergarage.upnp.control with parameters of type HTTPRequest Constructor Description ActionRequest(HTTPRequest httpReq)
ControlRequest(HTTPRequest httpReq)
QueryRequest(HTTPRequest httpReq)
-
Uses of HTTPRequest in org.cybergarage.upnp.device
Methods in org.cybergarage.upnp.device with parameters of type HTTPRequest Modifier and Type Method Description void
PresentationListener. httpRequestRecieved(HTTPRequest httpReq)
-
Uses of HTTPRequest in org.cybergarage.upnp.event
Subclasses of HTTPRequest in org.cybergarage.upnp.event Modifier and Type Class Description class
NotifyRequest
class
SubscriptionRequest
Constructors in org.cybergarage.upnp.event with parameters of type HTTPRequest Constructor Description NotifyRequest(HTTPRequest httpReq)
SubscriptionRequest(HTTPRequest httpReq)
-
Uses of HTTPRequest in org.cybergarage.upnp.ssdp
Subclasses of HTTPRequest in org.cybergarage.upnp.ssdp Modifier and Type Class Description class
SSDPNotifyRequest
class
SSDPRequest
class
SSDPSearchRequest
Methods in org.cybergarage.upnp.ssdp with parameters of type HTTPRequest Modifier and Type Method Description boolean
HTTPMUSocket. post(HTTPRequest req)
boolean
HTTPMUSocket. post(HTTPRequest req, String bindAddr, int bindPort)