Uses of Class
org.cybergarage.http.HTTPResponse
-
Packages that use 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 HTTPResponseHTTPRequest. post(String host, int port)HTTPResponseHTTPRequest. post(String host, int port, boolean isKeepAlive)Methods in org.cybergarage.http with parameters of type HTTPResponse Modifier and Type Method Description booleanHTTPRequest. post(HTTPResponse httpRes)booleanHTTPSocket. 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 classSOAPResponseConstructors 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 classActionResponseclassControlResponseclassQueryResponse -
Uses of HTTPResponse in org.cybergarage.upnp.event
Subclasses of HTTPResponse in org.cybergarage.upnp.event Modifier and Type Class Description classSubscriptionResponseConstructors 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 classSSDPResponseclassSSDPSearchResponse
-