Uses of Package
org.apache.commons.httpclient

Packages that use org.apache.commons.httpclient
org.apache.commons.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
org.apache.commons.httpclient.auth Provides implementation of various authentication schemes as well as utility classes that can be used to authenticate HTTP requests. 
org.apache.commons.httpclient.cookie Provides cookie handling in conjunction with Cookie
org.apache.commons.httpclient.methods Classes implementing HttpMethod for the base HTTP methods. 
org.apache.commons.httpclient.params HttpClient preferences framework. 
org.apache.commons.httpclient.protocol Provides protocol specific socket factory handling. 
org.apache.commons.httpclient.util Provides some utility classes for use by HttpClient. 
 

Classes in org.apache.commons.httpclient used by org.apache.commons.httpclient
ConnectionPoolTimeoutException
          A timeout while connecting waiting for an available connection from an HttpConnectionManager.
ConnectMethod
          Establishes a tunneled HTTP connection via the CONNECT method.
ConnectTimeoutException
          A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.
Cookie
           HTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session.
Credentials
          Authentication credentials.
Header
          An HTTP header.
HeaderElement
          One element of an HTTP header's value.
HeaderGroup
          A class for combining a set of headers.
HostConfiguration
          Holds all of the variables needed to describe an HTTP connection to a host.
HttpConnection
          An abstraction of an HTTP InputStream and OutputStream pair, together with the relevant attributes.
HttpConnectionManager
          An interface for classes that manage HttpConnections.
HttpException
          Signals that an HTTP or HttpClient exception has occurred.
HttpHost
          Holds all of the variables needed to describe an HTTP connection to a host.
HttpMethod
           HttpMethod interface represents a request to be sent via a HTTP connection and a corresponding response.
HttpMethodBase
          An abstract base implementation of HttpMethod.
HttpMethodRetryHandler
          A handler for determining if an HttpMethod should be retried after a recoverable exception during execution.
HttpRecoverableException
          Deprecated. no longer used
HttpState
           A container for HTTP attributes that may persist from request to request, such as cookies and authentication credentials.
HttpsURL
          The HTTPS URL.
HttpURL
          The HTTP URL.
HttpVersion
          HTTP version, as specified in RFC 2616.
MethodRetryHandler
          Deprecated. use HttpMethodRetryHandler
NameValuePair
          A simple class encapsulating a name/value pair.
ProtocolException
          Signals that an HTTP protocol violation has occurred.
ProxyClient.ConnectResponse
          Contains the method used to execute the connect along with the created socket.
ProxyHost
          Holds all of the variables needed to describe an HTTP connection to a proxy.
RedirectException
          Signals violation of HTTP specification caused by an invalid redirect
StatusLine
          Represents a Status-Line as returned from a HTTP server.
URI
          The interface for the URI(Uniform Resource Identifiers) version of RFC 2396.
URI.DefaultCharsetChanged
          The charset-changed normal operation to represent to be required to alert to user the fact the default charset is changed.
URIException
          The URI parsing and escape encoding exception.
UsernamePasswordCredentials
          Username and password Credentials.
 

Classes in org.apache.commons.httpclient used by org.apache.commons.httpclient.auth
Credentials
          Authentication credentials.
Header
          An HTTP header.
HttpConnection
          An abstraction of an HTTP InputStream and OutputStream pair, together with the relevant attributes.
HttpException
          Signals that an HTTP or HttpClient exception has occurred.
HttpMethod
           HttpMethod interface represents a request to be sent via a HTTP connection and a corresponding response.
HttpState
           A container for HTTP attributes that may persist from request to request, such as cookies and authentication credentials.
NTCredentials
          Credentials for use with the NTLM authentication scheme which requires additional information.
ProtocolException
          Signals that an HTTP protocol violation has occurred.
UsernamePasswordCredentials
          Username and password Credentials.
 

Classes in org.apache.commons.httpclient used by org.apache.commons.httpclient.cookie
Cookie
           HTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session.
Header
          An HTTP header.
HttpException
          Signals that an HTTP or HttpClient exception has occurred.
NameValuePair
          A simple class encapsulating a name/value pair.
ProtocolException
          Signals that an HTTP protocol violation has occurred.
 

Classes in org.apache.commons.httpclient used by org.apache.commons.httpclient.methods
HttpConnection
          An abstraction of an HTTP InputStream and OutputStream pair, together with the relevant attributes.
HttpException
          Signals that an HTTP or HttpClient exception has occurred.
HttpMethod
           HttpMethod interface represents a request to be sent via a HTTP connection and a corresponding response.
HttpMethodBase
          An abstract base implementation of HttpMethod.
HttpState
           A container for HTTP attributes that may persist from request to request, such as cookies and authentication credentials.
NameValuePair
          A simple class encapsulating a name/value pair.
 

Classes in org.apache.commons.httpclient used by org.apache.commons.httpclient.params
HostConfiguration
          Holds all of the variables needed to describe an HTTP connection to a host.
HttpVersion
          HTTP version, as specified in RFC 2616.
 

Classes in org.apache.commons.httpclient used by org.apache.commons.httpclient.protocol
ConnectTimeoutException
          A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.
 

Classes in org.apache.commons.httpclient used by org.apache.commons.httpclient.util
HttpConnection
          An abstraction of an HTTP InputStream and OutputStream pair, together with the relevant attributes.
HttpConnectionManager
          An interface for classes that manage HttpConnections.
HttpMethod
           HttpMethod interface represents a request to be sent via a HTTP connection and a corresponding response.
NameValuePair
          A simple class encapsulating a name/value pair.
URI
          The interface for the URI(Uniform Resource Identifiers) version of RFC 2396.
URIException
          The URI parsing and escape encoding exception.
 



Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.