Uses of Class
org.cybergarage.http.HTTPResponse

Packages that use HTTPResponse
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
 HTTPResponse HTTPRequest.post(java.lang.String host, int port)
           
 HTTPResponse HTTPRequest.post(java.lang.String host, int port)
           
 HTTPResponse HTTPRequest.post(java.lang.String host, int port, boolean isKeepAlive)
           
 HTTPResponse HTTPRequest.post(java.lang.String host, int port, boolean isKeepAlive)
           
 

Methods in org.cybergarage.http with parameters of type HTTPResponse
 boolean HTTPRequest.post(HTTPResponse httpRes)
           
 boolean HTTPRequest.post(HTTPResponse httpRes)
           
 boolean HTTPSocket.post(HTTPResponse httpRes, long contentOffset, long contentLength, boolean isOnlyHeader)
           
 boolean HTTPSocket.post(HTTPResponse httpRes, long contentOffset, long contentLength, boolean isOnlyHeader)
           
 

Constructors in org.cybergarage.http with parameters of type HTTPResponse
HTTPResponse(HTTPResponse httpRes)
           
HTTPResponse(HTTPResponse httpRes)
           
 

Uses of HTTPResponse in org.cybergarage.soap
 

Subclasses of HTTPResponse in org.cybergarage.soap
 class SOAPResponse
           
 

Constructors in org.cybergarage.soap with parameters of type HTTPResponse
SOAPResponse(HTTPResponse httpRes)
           
SOAPResponse(HTTPResponse httpRes)
           
 

Uses of HTTPResponse in org.cybergarage.upnp.control
 

Subclasses of HTTPResponse in org.cybergarage.upnp.control
 class ActionResponse
           
 class ControlResponse
           
 class QueryResponse
           
 

Uses of HTTPResponse in org.cybergarage.upnp.event
 

Subclasses of HTTPResponse in org.cybergarage.upnp.event
 class SubscriptionResponse
           
 

Constructors in org.cybergarage.upnp.event with parameters of type HTTPResponse
SubscriptionResponse(HTTPResponse httpRes)
           
SubscriptionResponse(HTTPResponse httpRes)
           
 

Uses of HTTPResponse in org.cybergarage.upnp.ssdp
 

Subclasses of HTTPResponse in org.cybergarage.upnp.ssdp
 class SSDPResponse
           
 class SSDPSearchResponse