|
|||||||||
| Home >> All >> org >> apache >> http >> [ util overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.apache.http.util
The core interfaces and classes of the HTTP components.
See:
Description
| Class Summary | |
| DateUtils | A utility class for parsing and formatting HTTP dates as used in cookies and other headers. |
| EncodingUtils | The home for utility methods that handle various encoding tasks. |
| EntityUtils | Static helpers for dealing with entities. |
| ExceptionUtils | The home for utility methods that handle various exception-related tasks. |
| HeaderUtils | A utility class for processing HTTP headers. |
| HeaderUtils.BufferedHeader | This class represents a raw HTTP header whose content is parsed 'on demand' only when the header value needs to be consumed |
| LangUtils | A set of utility methods to help produce consistent equals 55 and hashCode 55 methods. |
| TestAllUtil | |
| TestDateUtils | Unit tests for DateUtils. |
| TestEncodingUtils | Unit tests for TestEncodingUtils. |
| TestEntityUtils | Unit tests for EntityUtils. |
| TestEntityUtils.NullHttpEntity | Helper class that returns null as the content. |
| TestExceptionUtils | Unit tests for TestExceptionUtils. |
| TestHeaderUtils | Unit tests for org.apache.http.Header. |
| TestLangUtils | Unit tests for LangUtil. |
| Exception Summary | |
| DateParseException | An exception to indicate an error parsing a date string. |
Package org.apache.http.util Description
The core interfaces and classes of the HTTP components. These deal with the fundamental things required for using the HTTP protocol, such as representing a message including it's headers and optional entity, and connections over which messages are sent. In order to prepare messages before sending or after receiving, there are interceptors for requests and responses.
|
|||||||||
| Home >> All >> org >> apache >> http >> [ util overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||