Prev Package | Next Package | Frames | No Frames |
Interface Summary | |
Authenticator | Callback interface for managing authentication. |
CookieManager | Cookie manager interface. |
RequestBodyWriter | Callback interface for writing request body content. |
ResponseHeaderHandler | Callback interface for objects that wish to be notified of response header values. |
Class Summary | |
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. |