Class | Description |
AuthorizationInfo |
Holds the information for an authorization response. |
Codecs |
This class collects various encoders and decoders. |
Cookie |
This class represents an http cookie as specified in Netscape's
cookie spec; however, because not even Netscape follows their own spec,
and because very few folks out there actually read specs but instead just
look whether Netscape accepts their stuff, the Set-Cookie header field
parser actually tries to follow what Netscape has implemented, instead of
what the spec says. |
Cookie2 |
This class represents an http cookie as specified in the HTTP State Management Mechanism spec
(also known as a version 1 cookie). |
CookieModule |
This module handles Netscape cookies (also called Version 0 cookies)
and Version 1 cookies. |
DefaultAuthHandler |
This class is the default authorization handler. |
HTTPClientSSLFactory |
The treatment of SSL in HTTPClient is deliberately baroque and involves
seemingly unnecessary classes because of the existence of a bunch of
incompatible implementations of SSL. |
HTTPConnection |
This class implements http protocol requests; it contains most of HTTP/1.1
and ought to be unconditionally compliant. |
HttpHeaderElement |
This class holds a description of an http header element. |
HttpOutputStream |
This class provides an output stream for requests. |
HTTPResponse |
This defines the http-response class returned by the requests. |
HttpURLConnection |
This class is a wrapper around HTTPConnection providing the interface
defined by java.net.URLConnection and java.net.HttpURLConnection. |
Log |
This is a simple logger for the HTTPClient. |
NVPair |
This class holds a Name/Value pair of strings. |
Request |
This class represents an http request. |
Response |
This class represents an intermediate response. |
SuppliedUPAuthHandler |
A simple authorization handler that uses the supplied username/password
used to create the instance
Currently only handles the authentication types "Basic", "Digest". |
URI |
This class represents a generic URI, as defined in RFC-2396. |
Util |
This class holds various utility methods. |