Package org.apache.http.client.utils

Client utility classes.

See:
          Description

Interface Summary
Idn Abstraction of international domain name (IDN) conversion.
 

Class Summary
CloneUtils A collection of utilities to workaround limitations of Java clone framework.
DateUtils A utility class for parsing and formatting HTTP dates as used in cookies and other headers.
HttpClientUtils Convenience methods for closing response and client objects.
JdkIdn Uses the java.net.IDN class through reflection.
Punycode Facade that provides conversion between Unicode and Punycode domain names.
Rfc3492Idn Implementation from pseudo code in RFC 3492.
URIBuilder Builder for URI instances.
URIUtils A collection of utilities for URIs, to workaround bugs within the class or for ease-of-use features.
URLEncodedUtils A collection of utilities for encoding URLs.
 

Package org.apache.http.client.utils Description

Client utility classes.



Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.