Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.httpclient.util: Javadoc index of package org.apache.commons.httpclient.util.


Package Samples:

org.apache.commons.httpclient.util: Classes and interfaces supporting the client side of the HTTP protocol.  

Classes:

ParameterFormatter: This formatter produces a textual representation of attribute/value pairs. It comforms to the generic grammar and formatting rules outlined in the Section 2.1 and Section 3.6 of RFC 2616 2.1 Augmented BNF Many HTTP/1.1 header field values consist of words separated by LWS or special characters. These special characters MUST be in a quoted string to be used within a parameter value (as defined in section 3.6). token = 1* separators = "(" | ")" | " " | "@" | "," | ";" | ":" | "\" | | "/" | "[" | "]" | "?" | "=" | "{" | "}" | SP | HT A string of text is parsed as a single word if it is quoted using ...
HttpURLConnection: Provides a HttpURLConnection wrapper around HttpClient's HttpMethod . This allows existing code to easily switch to HttpClieht without breaking existing interfaces using the JDK HttpURLConnection . Note 1: The current implementations wraps only a connected HttpMethod , ie a method that has alreayd been used to connect to an HTTP server. Note 2: It is a best try effort as different version of the JDK have different behaviours for HttpURLConnection (And I'm not even including the numerous HttpURLConnection bugs!).
Base64: Base64 encoder and decoder. This class provides encoding/decoding methods for the Base64 encoding as defined by RFC 2045, N. Freed and N. Borenstein. RFC 2045: Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies. Reference 1996. Available at: http://www.ietf.org/rfc/rfc2045.txt
ParameterParser: 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. param1 = value; param2 = "anything goes; really"; param3
URIUtil: The URI escape and character encoding and decoding utility. It's compatible with org.apache.commons.httpclient.HttpURL rather than org.apache.commons.httpclient.URI .
DateUtil: A utility class for parsing and formatting HTTP dates as used in cookies and other headers. This class handles dates as defined by RFC 2616 section 3.3.1 as well as some other common non-standard formats.
DateParser: A utility class for parsing HTTP dates as used in cookies and other headers. This class handles dates as defined by RFC 2616 section 3.3.1 as well as some other common non-standard formats.
IdleConnectionHandler: A helper class for connection managers to track idle connections. This class is not synchronized.
LangUtils: A set of utility methods to help produce consistent Object#equals(Object) and Object#hashCode methods.
ExceptionUtil: The home for utility methods that handle various exception-related tasks.
EncodingUtil: The home for utility methods that handle various encoding tasks.
IdleConnectionTimeoutThread: A utility class for periodically closing idle connections.
DateParseException: An exception to indicate an error parsing a date string.
TimeoutController: Executes a task with a specified timeout.

Home | Contact Us | Privacy Policy | Terms of Service