Library:Apache Jakarta Commons HttpClient
Version:3.0.1
Compatibility:JDK 1.4
Interfaces in library Apache Jakarta Commons HttpClient.
NamePackageDescription
AuthSchemeorg.apache.commons.httpclient.auth

This interface represents an abstract challenge-response oriented authentication scheme.

CookieSpecorg.apache.commons.httpclient.cookieDefines the cookie management specification.
Credentialsorg.apache.commons.httpclient

Authentication credentials.

CredentialsProviderorg.apache.commons.httpclient.auth

Credentials provider interface can be used to provide HTTP method with a means to request authentication credentials if no credentials have been given or given credentials are incorrect.

HttpConnectionManagerorg.apache.commons.httpclientAn interface for classes that manage HttpConnections.
HttpMethodorg.apache.commons.httpclient

HttpMethod interface represents a request to be sent via a HTTP connection and a corresponding response.

HttpMethodRetryHandlerorg.apache.commons.httpclientA handler for determining if an HttpMethod should be retried after a recoverable exception during execution.
HttpParamsorg.apache.commons.httpclient.paramsThis interface represents a collection of HTTP protocol parameters.
HttpParamsFactoryorg.apache.commons.httpclient.paramsA factory for getting the default set of parameters to use when creating an instance of HttpParams.
MethodRetryHandlerorg.apache.commons.httpclientA handler for determining if an HttpMethod should be retried after a recoverable exception during execution.
PartSourceorg.apache.commons.httpclient.methods.multipartAn interface for providing access to data when posting MultiPart messages.
ProtocolSocketFactoryorg.apache.commons.httpclient.protocolA factory for creating Sockets.
RequestEntityorg.apache.commons.httpclient.methodsNo description provided.
SecureProtocolSocketFactoryorg.apache.commons.httpclient.protocolA ProtocolSocketFactory that is secure.
Search