Package org.apache.http.util

Mostly utility classes with static helper methods for various purposes.

See:
          Description

Class Summary
ByteArrayBuffer A resizable byte array.
CharArrayBuffer A resizable char array.
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.
HeaderGroup A class for combining a set of headers.
HeaderUtils A utility class for processing HTTP headers.
LangUtils A set of utility methods to help produce consistent equals and hashCode methods.
 

Exception Summary
DateParseException An exception to indicate an error parsing a date string.
 

Package org.apache.http.util Description

Mostly utility classes with static helper methods for various purposes. The helper classes for resizable byte and char arrays do not fall into this category.



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.