Package org.apache.commons.httpclient.util
Since2.0
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Classes
DateParser A utility class for parsing HTTP dates as used in cookies and other headers.
DateUtil A utility class for parsing and formatting HTTP dates as used in cookies and other headers.
EncodingUtil The home for utility methods that handle various encoding tasks.
ExceptionUtil The home for utility methods that handle various exception-related tasks.
HttpURLConnection Provides a HttpURLConnection wrapper around HttpClient's HttpMethod.
IdleConnectionHandler A helper class for connection managers to track idle connections.
IdleConnectionTimeoutThread A utility class for periodically closing idle connections.
LangUtils A set of utility methods to help produce consistent Object#equals(Object) and Object#hashCode methods.
ParameterFormatter

This formatter produces a textual representation of attribute/value pairs.

ParameterParser A simple parser intended to parse sequences of name/value pairs.
TimeoutController

Executes a task with a specified timeout.

URIUtil The URI escape and character encoding and decoding utility.
URIUtil.Coder The basic and internal utility for URI escape and character encoding and decoding.
Exceptions
DateParseException An exception to indicate an error parsing a date string.
TimeoutController.TimeoutException Signals that the task timed out.
Provides some utility classes for use by HttpClient.