| org.apache.commons.httpclient.util |
|
Package Documentation for org.apache.commons.httpclient.util
Provides some utility classes for use by HttpClient.
@since 2.0
|
| Java Source File Name | Type | Comment |
| DateParseException.java | Class | An exception to indicate an error parsing a date string. |
| DateParser.java | Class | A utility class for parsing HTTP dates as used in cookies and other headers. |
| DateUtil.java | Class | A utility class for parsing and formatting HTTP dates as used in cookies and
other headers. |
| EncodingUtil.java | Class | The home for utility methods that handle various encoding tasks. |
| ExceptionUtil.java | Class | The home for utility methods that handle various exception-related tasks. |
| HttpURLConnection.java | Class | Provides a HttpURLConnection wrapper around HttpClient's
HttpMethod. |
| IdleConnectionHandler.java | Class | A helper class for connection managers to track idle connections. |
| IdleConnectionTimeoutThread.java | Class | A utility class for periodically closing idle connections. |
| LangUtils.java | Class | A set of utility methods to help produce consistent Object#equals(Object) and
Object#hashCode methods. |
| ParameterFormatter.java | Class |
This formatter produces a textual representation of attribute/value pairs. |
| ParameterParser.java | Class | A simple parser intended to parse sequences of name/value pairs.
Parameter values are exptected to be enclosed in quotes if they
contain unsafe characters, such as '=' characters or separators.
Parameter values are optional and can be omitted. |
| TimeoutController.java | Class |
Executes a task with a specified timeout. |
| URIUtil.java | Class | The URI escape and character encoding and decoding utility. |