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.util Provides some utility classes for use by HttpClient. 
 

Classes in org.apache.commons.httpclient used by org.apache.commons.httpclient
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.
HttpMethod
           HttpMethod interface represents a request to be sent via a HTTP connection and a corresponding response.
HttpMethodBase
          An abstract base implementation of HttpMethod.
HttpRecoverableException
           Signals that an HTTP or HttpClient exception has occurred.
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.
MethodRetryHandler
          A handler for determining if an HttpMethod should be retried after a recoverable exception during execution.
NameValuePair
          A simple class encapsulating a name/value pair.
ResponseConsumedWatcher
          When a response stream has been consumed, various parts of the HttpClient implementation need to respond appropriately.
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.
Wire
          Logs data to the wire LOG.
 

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.
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.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.
URIException
          The URI parsing and escape encoding exception.
 

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.
HttpUrlMethod
          Deprecated. use HttpMethod
NameValuePair
          A simple class encapsulating a name/value pair.
 

Classes in org.apache.commons.httpclient used by org.apache.commons.httpclient.util
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-2004 Apache Software Foundation. All Rights Reserved.