| Package | Description |
|---|---|
| org.cybergarage.http | HTTP protocol implementation and utilities. |
| Modifier and Type | Method and Description |
|---|---|
HTTPSocket | HTTPRequest.getSocket()Returns the HTTPSocket for this request. |
| Modifier and Type | Method and Description |
|---|---|
boolean | HTTPPacket.read(HTTPSocket httpSock)Reads and parses HTTP packet from a socket. |
protected boolean | HTTPPacket.set(HTTPSocket httpSock)Parses HTTP packet data from an HTTP socket. |
void | HTTPRequest.setSocket(HTTPSocket value)Sets the HTTPSocket for this request. |
| Constructor and Description |
|---|
HTTPRequest(HTTPSocket httpSock)Creates an HTTP request from the given socket's input stream. |
HTTPResponse(HTTPSocket httpSock)Creates an HTTP response from an HTTP socket. |
HTTPSocket(HTTPSocket socket)Creates an HTTP socket wrapper around another HTTP socket. |