Uses of Class
org.cybergarage.http.HTTPResponse
Package | Description |
---|---|
org.cybergarage.http | |
org.cybergarage.soap | |
org.cybergarage.upnp.control | |
org.cybergarage.upnp.event | |
org.cybergarage.upnp.ssdp |
-
Uses of HTTPResponse in org.cybergarage.http
Methods in org.cybergarage.http that return HTTPResponse Modifier and Type Method Description HTTPResponse
HTTPRequest. post(String host, int port)
HTTPResponse
HTTPRequest. post(String host, int port, boolean isKeepAlive)
Methods in org.cybergarage.http with parameters of type HTTPResponse Modifier and Type Method Description boolean
HTTPRequest. post(HTTPResponse httpRes)
boolean
HTTPSocket. post(HTTPResponse httpRes, long contentOffset, long contentLength, boolean isOnlyHeader)
Constructors in org.cybergarage.http with parameters of type HTTPResponse Constructor Description HTTPResponse(HTTPResponse httpRes)
-
Uses of HTTPResponse in org.cybergarage.soap
Subclasses of HTTPResponse in org.cybergarage.soap Modifier and Type Class Description class
SOAPResponse
Constructors in org.cybergarage.soap with parameters of type HTTPResponse Constructor Description SOAPResponse(HTTPResponse httpRes)
-
Uses of HTTPResponse in org.cybergarage.upnp.control
Subclasses of HTTPResponse in org.cybergarage.upnp.control Modifier and Type Class Description class
ActionResponse
class
ControlResponse
class
QueryResponse
-
Uses of HTTPResponse in org.cybergarage.upnp.event
Subclasses of HTTPResponse in org.cybergarage.upnp.event Modifier and Type Class Description class
SubscriptionResponse
Constructors in org.cybergarage.upnp.event with parameters of type HTTPResponse Constructor Description SubscriptionResponse(HTTPResponse httpRes)
-
Uses of HTTPResponse in org.cybergarage.upnp.ssdp
Subclasses of HTTPResponse in org.cybergarage.upnp.ssdp Modifier and Type Class Description class
SSDPResponse
class
SSDPSearchResponse