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 HTTPSocket
HTTPRequest. getSocket()
Methods in org.cybergarage.http with parameters of type HTTPSocket Modifier and Type Method Description boolean
HTTPPacket. read(HTTPSocket httpSock)
protected boolean
HTTPPacket. set(HTTPSocket httpSock)
void
HTTPRequest. setSocket(HTTPSocket value)
Constructors in org.cybergarage.http with parameters of type HTTPSocket Constructor Description HTTPRequest(HTTPSocket httpSock)
HTTPResponse(HTTPSocket httpSock)
HTTPSocket(HTTPSocket socket)