Uses of Package
org.apache.http

Packages that use org.apache.http
org.apache.http The core interfaces and classes of the HTTP components. 
org.apache.http.entity Representations for HTTP message entities. 
org.apache.http.impl Default implementations for interfaces in org.apache.http
org.apache.http.impl.entity Default implementations for interfaces in org.apache.http.entity
org.apache.http.impl.io Default implementations for interfaces in org.apache.http.io
org.apache.http.io The transport layer abstraction of the HTTP components. 
org.apache.http.message A selection of HTTP message implementations. 
org.apache.http.params The parameterization framework for HTTP components. 
org.apache.http.protocol HTTP protocol execution framework. 
org.apache.http.util Utility classes with static helper methods for various purposes. 
 

Classes in org.apache.http used by org.apache.http
Header
          Represents an HTTP header field.
HeaderElement
          One element of an HTTP header's value.
HttpClientConnection
          An HTTP connection for use on the client side.
HttpConnection
          A generic HTTP connection, useful on client and server side.
HttpEntity
          An entity that can be sent or received with an HTTP message.
HttpEntityEnclosingRequest
          A request with an entity.
HttpException
          Signals that an HTTP exception has occurred.
HttpHost
          Holds all of the variables needed to describe an HTTP connection to a host.
HttpMessage
          A generic HTTP message.
HttpRequest
          An HTTP request.
HttpResponse
          An HTTP response.
HttpVersion
          HTTP version, as specified in RFC 2616.
MethodNotSupportedException
          Indicates that an HTTP method is not supported.
NameValuePair
          A simple class encapsulating an attribute/value pair.
ProtocolException
          Signals that an HTTP protocol violation has occurred.
ProxyHost
          Holds all of the variables needed to describe an HTTP connection to a proxy.
RequestLine
          The first line of an HttpRequest.
Scheme
          A class to encapsulate the specifics of a protocol scheme.
StatusLine
          Represents a Status-Line as returned from a HTTP server.
 

Classes in org.apache.http used by org.apache.http.entity
Header
          Represents an HTTP header field.
HttpEntity
          An entity that can be sent or received with an HTTP message.
HttpException
          Signals that an HTTP exception has occurred.
HttpMessage
          A generic HTTP message.
 

Classes in org.apache.http used by org.apache.http.impl
ConnectionReuseStrategy
          Interface for deciding whether a connection should be kept alive.
Header
          Represents an HTTP header field.
HttpClientConnection
          An HTTP connection for use on the client side.
HttpConnection
          A generic HTTP connection, useful on client and server side.
HttpEntityEnclosingRequest
          A request with an entity.
HttpException
          Signals that an HTTP exception has occurred.
HttpHost
          Holds all of the variables needed to describe an HTTP connection to a host.
HttpProxyConnection
          An HTTP connection through a proxy.
HttpRequest
          An HTTP request.
HttpRequestFactory
          A factory for HttpRequest objects.
HttpResponse
          An HTTP response.
HttpResponseFactory
          A factory for HttpResponse objects.
HttpServerConnection
          An HTTP connection for use on the server side.
HttpVersion
          HTTP version, as specified in RFC 2616.
MethodNotSupportedException
          Indicates that an HTTP method is not supported.
ProxyHost
          Holds all of the variables needed to describe an HTTP connection to a proxy.
RequestLine
          The first line of an HttpRequest.
StatusLine
          Represents a Status-Line as returned from a HTTP server.
 

Classes in org.apache.http used by org.apache.http.impl.entity
HttpEntity
          An entity that can be sent or received with an HTTP message.
HttpException
          Signals that an HTTP exception has occurred.
HttpMessage
          A generic HTTP message.
 

Classes in org.apache.http used by org.apache.http.impl.io
ConnectTimeoutException
          A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.
 

Classes in org.apache.http used by org.apache.http.io
ConnectTimeoutException
          A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.
Header
          Represents an HTTP header field.
 

Classes in org.apache.http used by org.apache.http.message
Header
          Represents an HTTP header field.
HttpEntity
          An entity that can be sent or received with an HTTP message.
HttpEntityEnclosingRequest
          A request with an entity.
HttpMessage
          A generic HTTP message.
HttpRequest
          An HTTP request.
HttpResponse
          An HTTP response.
HttpVersion
          HTTP version, as specified in RFC 2616.
RequestLine
          The first line of an HttpRequest.
StatusLine
          Represents a Status-Line as returned from a HTTP server.
 

Classes in org.apache.http used by org.apache.http.params
HttpVersion
          HTTP version, as specified in RFC 2616.
 

Classes in org.apache.http used by org.apache.http.protocol
Header
          Represents an HTTP header field.
HttpClientConnection
          An HTTP connection for use on the client side.
HttpException
          Signals that an HTTP exception has occurred.
HttpHost
          Holds all of the variables needed to describe an HTTP connection to a host.
HttpRequest
          An HTTP request.
HttpRequestInterceptor
          Provides the possibility to preprocess a request before it is sent to the server or after it has received on the server side.
HttpResponse
          An HTTP response.
HttpResponseInterceptor
          Provides the possibility to postprocess a response before it is sent to the client or after it has been received on the client side.
HttpServerConnection
          An HTTP connection for use on the server side.
 

Classes in org.apache.http used by org.apache.http.util
Header
          Represents an HTTP header field.
HeaderElement
          One element of an HTTP header's value.
HttpEntity
          An entity that can be sent or received with an HTTP message.
HttpException
          Signals that an HTTP exception has occurred.
 



Copyright 2005-2005-2006 Apache Software Foundation. All Rights Reserved.