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 voidHTTPRequestListener. httpRequestRecieved(HTTPRequest httpReq)voidHTTPServer. performRequestListener(HTTPRequest httpReq)voidHTTPRequest. set(HTTPRequest httpReq) -
Uses of HTTPRequest in org.cybergarage.soap
Subclasses of HTTPRequest in org.cybergarage.soap Modifier and Type Class Description classSOAPRequestConstructors 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 voidControlPoint. httpRequestRecieved(HTTPRequest httpReq)voidDevice. httpRequestRecieved(HTTPRequest httpReq) -
Uses of HTTPRequest in org.cybergarage.upnp.control
Subclasses of HTTPRequest in org.cybergarage.upnp.control Modifier and Type Class Description classActionRequestclassControlRequestclassQueryRequestConstructors 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 voidPresentationListener. httpRequestRecieved(HTTPRequest httpReq) -
Uses of HTTPRequest in org.cybergarage.upnp.event
Subclasses of HTTPRequest in org.cybergarage.upnp.event Modifier and Type Class Description classNotifyRequestclassSubscriptionRequestConstructors 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 classSSDPNotifyRequestclassSSDPRequestclassSSDPSearchRequestMethods in org.cybergarage.upnp.ssdp with parameters of type HTTPRequest Modifier and Type Method Description booleanHTTPMUSocket. post(HTTPRequest req)booleanHTTPMUSocket. post(HTTPRequest req, String bindAddr, int bindPort)