Class Summary |
BasicAuth |
Methods to be used to implement the HTTP Basic Auth authorization
method. |
BasicAuthResult |
This class is used by BasicAuth to return both the username and the
password at once. |
HttpCookieManager |
This object manages cookies defined in http request and
response headers. |
HttpCookieParser |
This class takes a cookie header and converts it into a
set of http cookies. |
HttpStatus |
|
HttpUtils |
Utility methods useful to for HTTP. |
MimeType |
Class for querying and setting mime types. |
SerializableCookie |
This class is a substitute for Cookies, but it is serializable. |
URLDecoder |
This class contains a utility method for converting a String
from the MIME "x-www-form-urlencoded" into its original
format. |