| Library: | Apache Jakarta Commons HttpClient |
| Version: | 3.0.1 |
| Compatibility: | JDK 1.4 |
| Name | Package | Description |
|---|---|---|
| AuthChallengeParser | org.apache.commons.httpclient.auth | This class provides utility methods for parsing HTTP www and proxy authentication challenges. |
| AuthChallengeProcessor | org.apache.commons.httpclient.auth | This class provides utility methods for processing HTTP www and proxy authentication challenges. |
| AuthPolicy | org.apache.commons.httpclient.auth | Authentication policy class. |
| AuthSchemeBase | org.apache.commons.httpclient.auth | Abstract authentication scheme class that implements AuthScheme interface and provides a default contstructor. |
| AuthScope | org.apache.commons.httpclient.auth | The class represents an authentication scope consisting of a host name, a port number, a realm name and an authentication scheme name which Credentials apply to. |
| AuthSSLProtocolSocketFactory | org.apache.commons.httpclient.contrib.ssl | AuthSSLProtocolSocketFactory can be used to validate the identity of the HTTPS server against a list of trusted certificates and to authenticate to the HTTPS server using a private key. |
| AuthSSLX509TrustManager | org.apache.commons.httpclient.contrib.ssl | AuthSSLX509TrustManager can be used to extend the default X509TrustManager with additional trust decisions. |
| AuthState | org.apache.commons.httpclient.auth | This class provides detailed information about the state of the authentication process. |
| BasicScheme | org.apache.commons.httpclient.auth | Basic authentication scheme as defined in RFC 2617. |
| ByteArrayPartSource | org.apache.commons.httpclient.methods.multipart | A PartSource that reads from a byte array. |
| ByteArrayRequestEntity | org.apache.commons.httpclient.methods | A RequestEntity that contains an array of bytes. |
| ChunkedInputStream | org.apache.commons.httpclient | Transparently coalesces chunks of a HTTP stream that uses Transfer-Encoding chunked. |
| ChunkedOutputStream | org.apache.commons.httpclient | Implements HTTP chunking support. |
| ConnectMethod | org.apache.commons.httpclient | Establishes a tunneled HTTP connection via the CONNECT method. |
| ContentLengthInputStream | org.apache.commons.httpclient | Cuts the wrapped InputStream off after a specified number of bytes. |
| ContentType | org.apache.commons.httpclient.contrib.methods.multipart | This class provides mappings from file name extensions to content types. |
| ContentTypeFilePart | org.apache.commons.httpclient.contrib.methods.multipart | A simple extension to FilePart that automatically determines the content type of the file. |
| ControllerThreadSocketFactory | org.apache.commons.httpclient.protocol | This helper class is intedned to help work around the limitation of older Java versions (older than 1.4) that prevents from specifying a connection timeout when creating a socket. |
| ControllerThreadSocketFactory.SocketTask | org.apache.commons.httpclient.protocol | Helper class for wrapping socket based tasks. |
| Cookie | org.apache.commons.httpclient | HTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session. |
| CookiePolicy | org.apache.commons.httpclient.cookie | Cookie management policy class. |
| CookieSpecBase | org.apache.commons.httpclient.cookie | Cookie management functions shared by all specification. |
| DateParser | org.apache.commons.httpclient.util | A utility class for parsing HTTP dates as used in cookies and other headers. |
| DateUtil | org.apache.commons.httpclient.util | A utility class for parsing and formatting HTTP dates as used in cookies and other headers. |
| DefaultHttpMethodRetryHandler | org.apache.commons.httpclient | The default HttpMethodRetryHandler used by HttpMethod s. |
| DefaultHttpParams | org.apache.commons.httpclient.params | This class represents a collection of HTTP protocol parameters. |
| DefaultHttpParamsFactory | org.apache.commons.httpclient.params | No description provided. |
| DefaultMethodRetryHandler | org.apache.commons.httpclient | The default MethodRetryHandler used by HttpMethodBase. |
| DefaultProtocolSocketFactory | org.apache.commons.httpclient.protocol | The default class for creating protocol sockets. |
| DeleteMethod | org.apache.commons.httpclient.methods | Implements the HTTP DELETE method. |
| DigestScheme | org.apache.commons.httpclient.auth | Digest authentication scheme as defined in RFC 2617. |
| EasySSLProtocolSocketFactory | org.apache.commons.httpclient.contrib.ssl | EasySSLProtocolSocketFactory can be used to creats SSL Socket s that accept self-signed certificates. |
| EasyX509TrustManager | org.apache.commons.httpclient.contrib.ssl | EasyX509TrustManager unlike default X509TrustManager accepts self-signed certificates. |
| EncodingUtil | org.apache.commons.httpclient.util | The home for utility methods that handle various encoding tasks. |
| EntityEnclosingMethod | org.apache.commons.httpclient.methods | This abstract class serves as a foundation for all HTTP methods that can enclose an entity within requests |
| ExceptionUtil | org.apache.commons.httpclient.util | The home for utility methods that handle various exception-related tasks. |
| ExpectContinueMethod | org.apache.commons.httpclient.methods | This abstract class serves as a foundation for all HTTP methods that support 'Expect: 100-continue' handshake. |
| FilePart | org.apache.commons.httpclient.methods.multipart | This class implements a part of a Multipart post object that consists of a file. |
| FilePartSource | org.apache.commons.httpclient.methods.multipart | A PartSource that reads from a File. |
| GetMethod | org.apache.commons.httpclient.methods | Implements the HTTP GET method. |
| Header | org.apache.commons.httpclient | An HTTP header. |
| HeaderElement | org.apache.commons.httpclient | One element of an HTTP header's value. |
| HeaderGroup | org.apache.commons.httpclient | A class for combining a set of headers. |
| HeadMethod | org.apache.commons.httpclient.methods | Implements the HTTP HEAD method. |
| HostConfiguration | org.apache.commons.httpclient | Holds all of the variables needed to describe an HTTP connection to a host. |
| HostParams | org.apache.commons.httpclient.params | This class represents a collection of HTTP protocol parameters applicable to instances of HostConfiguration . |
| HttpAuthenticator | org.apache.commons.httpclient.auth | Utility methods for HTTP authorization and authentication. |
| HttpAuthRealm | org.apache.commons.httpclient.auth | The key used to look up authentication credentials. |
| HttpClient | org.apache.commons.httpclient | An HTTP "user-agent", containing an HTTP state and one or more HTTP connections , to which HTTP methods can be applied. |
| HttpClientParams | org.apache.commons.httpclient.params | This class represents a collection of HTTP protocol parameters applicable to instances of HttpClient . |
| HttpConnection | org.apache.commons.httpclient | An abstraction of an HTTP InputStream and OutputStream pair, together with the relevant attributes. |
| HttpConnectionManagerParams | org.apache.commons.httpclient.params | This class represents a collection of HTTP protocol parameters applicable to HTTP connection managers . |
| HttpConnectionParams | org.apache.commons.httpclient.params | This class represents a collection of HTTP protocol parameters applicable to HTTP connections . |
| HttpConstants | org.apache.commons.httpclient | HTTP content conversion routines. |
| HttpHost | org.apache.commons.httpclient | Holds all of the variables needed to describe an HTTP connection to a host. |
| HttpMethodBase | org.apache.commons.httpclient | An abstract base implementation of HttpMethod. |
| HttpMethodCloner | org.apache.commons.httpclient.contrib.utils | In this class are only methods to copy a HttpMethod: PUT, GET, POST,DELETE, TRACE, ... |
| HttpMethodParams | org.apache.commons.httpclient.params | This class represents a collection of HTTP protocol parameters applicable to HTTP methods . |
| HttpParser | org.apache.commons.httpclient | A utility class for parsing http header values according to RFC-2616 Section 4 and 19.3. |
| HttpState | org.apache.commons.httpclient | A container for HTTP attributes that may persist from request to request, such as cookies and authentication credentials . |
| HttpStatus | org.apache.commons.httpclient | Constants enumerating the HTTP status codes. |
| HttpsURL | org.apache.commons.httpclient | The HTTPS URL. |
| HttpURL | org.apache.commons.httpclient | The HTTP URL. |
| HttpURLConnection | org.apache.commons.httpclient.util | Provides a HttpURLConnection wrapper around HttpClient's
HttpMethod. |
| HttpVersion | org.apache.commons.httpclient | HTTP version, as specified in RFC 2616. |
| IdleConnectionHandler | org.apache.commons.httpclient.util | A helper class for connection managers to track idle connections. |
| IdleConnectionTimeoutThread | org.apache.commons.httpclient.util | A utility class for periodically closing idle connections. |
| IgnoreCookiesSpec | org.apache.commons.httpclient.cookie | A cookie spec that does nothing. |
| InputStreamRequestEntity | org.apache.commons.httpclient.methods | A RequestEntity that contains an InputStream. |
| LangUtils | org.apache.commons.httpclient.util | A set of utility methods to help produce consistent Object#equals(Object) and Object#hashCode methods. |
| MultipartPostMethod | org.apache.commons.httpclient.methods | Implements the HTTP multipart POST method. |
| MultipartRequestEntity | org.apache.commons.httpclient.methods.multipart | Implements a request entity suitable for an HTTP multipart POST method. |
| MultiThreadedHttpConnectionManager | org.apache.commons.httpclient | Manages a set of HttpConnections for various HostConfigurations. |
| NameValuePair | org.apache.commons.httpclient | A simple class encapsulating a name/value pair. |
| NetscapeDraftSpec | org.apache.commons.httpclient.cookie | Netscape cookie draft specific cookie management functions |
| NTCredentials | org.apache.commons.httpclient | Credentials for use with the NTLM authentication scheme which requires additional information. |
| NTLMScheme | org.apache.commons.httpclient.auth | An implementation of the Microsoft proprietary NTLM authentication scheme. |
| OptionsMethod | org.apache.commons.httpclient.methods | Implements the HTTP OPTIONS method. |
| ParameterFormatter | org.apache.commons.httpclient.util | This formatter produces a textual representation of attribute/value pairs. |
| ParameterParser | org.apache.commons.httpclient.util | A simple parser intended to parse sequences of name/value pairs. |
| Part | org.apache.commons.httpclient.methods.multipart | Abstract class for one Part of a multipart post object. |
| PartBase | org.apache.commons.httpclient.methods.multipart | Provides setters and getters for the basic Part properties. |
| PluginProxyTestApplet | org.apache.commons.httpclient.contrib.proxy | DISCLAIMER: HttpClient developers DO NOT actively support this component. |
| PluginProxyUtil | org.apache.commons.httpclient.contrib.proxy | A utility class that gives applets the ability to detect proxy host settings. |
| PostMethod | org.apache.commons.httpclient.methods | Implements the HTTP POST method. |
| Protocol | org.apache.commons.httpclient.protocol | A class to encapsulate the specifics of a protocol. |
| ProxyClient | org.apache.commons.httpclient | A client that provides sockets for communicating through HTTP proxies via the HTTP CONNECT method. |
| ProxyClient.ConnectResponse | org.apache.commons.httpclient | Contains the method used to execute the connect along with the created socket. |
| ProxyHost | org.apache.commons.httpclient | Holds all of the variables needed to describe an HTTP connection to a proxy. |
| PutMethod | org.apache.commons.httpclient.methods | Implements the HTTP PUT method. |
| ReflectionSocketFactory | org.apache.commons.httpclient.protocol | This helper class uses refelction in order to execute Socket methods available in Java 1.4 and above |
| RFC2109Spec | org.apache.commons.httpclient.cookie | RFC 2109 specific cookie management functions |
| RFC2617Scheme | org.apache.commons.httpclient.auth | Abstract authentication scheme class that lays foundation for all RFC 2617 compliant authetication schemes and provides capabilities common to all authentication schemes defined in RFC 2617. |
| SimpleHttpConnectionManager | org.apache.commons.httpclient | A connection manager that provides access to a single HttpConnection. |
| SSLProtocolSocketFactory | org.apache.commons.httpclient.protocol | A SecureProtocolSocketFactory that uses JSSE to create sockets. |
| StatusLine | org.apache.commons.httpclient | Represents a Status-Line as returned from a HTTP server. |
| StrictSSLProtocolSocketFactory | org.apache.commons.httpclient.contrib.ssl | A SecureProtocolSocketFactory that uses JSSE to create
SSL sockets. |
| StringPart | org.apache.commons.httpclient.methods.multipart | Simple string parameter for a multipart post |
| StringRequestEntity | org.apache.commons.httpclient.methods | A RequestEntity that contains a String. |
| TimeoutController | org.apache.commons.httpclient.util | Executes a task with a specified timeout. |
| TraceMethod | org.apache.commons.httpclient.methods | Implements the HTTP TRACE method. |
| URI | org.apache.commons.httpclient | The interface for the URI(Uniform Resource Identifiers) version of RFC 2396. |
| URI.LocaleToCharsetMap | org.apache.commons.httpclient | A mapping to determine the (somewhat arbitrarily) preferred charset for a given locale. |
| URIUtil | org.apache.commons.httpclient.util | The URI escape and character encoding and decoding utility. |
| URIUtil.Coder | org.apache.commons.httpclient.util | The basic and internal utility for URI escape and character encoding and decoding. |
| UsernamePasswordCredentials | org.apache.commons.httpclient | Username and password Credentials . |
| Search |




