Uses of Class
org.cybergarage.http.HTTPSocket
| Package | Description |
|---|---|
| org.cybergarage.http |
-
Uses of HTTPSocket in org.cybergarage.http
Methods in org.cybergarage.http that return HTTPSocket Modifier and Type Method Description HTTPSocketHTTPRequest. getSocket()Methods in org.cybergarage.http with parameters of type HTTPSocket Modifier and Type Method Description booleanHTTPPacket. read(HTTPSocket httpSock)protected booleanHTTPPacket. set(HTTPSocket httpSock)voidHTTPRequest. setSocket(HTTPSocket value)Constructors in org.cybergarage.http with parameters of type HTTPSocket Constructor Description HTTPRequest(HTTPSocket httpSock)HTTPResponse(HTTPSocket httpSock)HTTPSocket(HTTPSocket socket)