ByteArrayRequestBodyWriter | A simple request body writer using a byte array.
|
ChunkedInputStream | Input stream wrapper for the "chunked" transfer-coding.
|
Cookie | An HTTP cookie, as specified in RFC 2109.
|
Credentials | Represents a username/password combination that can be used to
authenticate to an HTTP server.
|
Handler | An HTTP URL stream handler.
|
HTTPConnection | A connection to an HTTP server.
|
HTTPDateFormat | HTTP date formatter and parser.
|
HTTPURLConnection | A URLConnection that uses the HTTPConnection class.
|
Request | A single HTTP request.
|
Response | An HTTP response.
|
SimpleCookieManager | A simple non-persistent cookie manager. |