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
          An HTTP "magic-cookie", as specified in RFC 2109.
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
           
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
           A request to be applied to an HttpConnection, and a container for the associated 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.
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
           A request to be applied to an HttpConnection, and a container for the associated response.
HttpState
           A container for HTTP attributes that may persist from request to request, such as Cookies and authentication Credentials.
NTCredentials
          Username and password Credentials.
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
          An HTTP "magic-cookie", as specified in RFC 2109.
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
           A request to be applied to an HttpConnection, and a container for the associated 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
           A request to be applied to an HttpConnection, and a container for the associated 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-2003 Apache Software Foundation. All Rights Reserved.