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.impl.nio   
org.apache.http.impl.nio.codecs   
org.apache.http.message A selection of HTTP message implementations. 
org.apache.http.nio   
org.apache.http.nio.entity   
org.apache.http.nio.protocol   
org.apache.http.params The parameterization framework for HTTP components. 
org.apache.http.protocol HTTP protocol execution framework. 
org.apache.http.util Mostly 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 value.
HttpConnection
          A generic HTTP connection, useful on client and server side.
HttpConnectionMetrics
          The point of access to the statistics of an HttpConnection.
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
          Represents an 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.
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.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.
HttpClientConnection
          An HTTP connection for use on the client side.
HttpConnection
          A generic HTTP connection, useful on client and server side.
HttpConnectionMetrics
          The point of access to the statistics of an HttpConnection.
HttpEntityEnclosingRequest
          A request with an entity.
HttpException
          Signals that an HTTP exception has occurred.
HttpInetConnection
          An HTTP connection over the Internet Protocol (IP).
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
          Represents an HTTP version, as specified in RFC 2616.
MethodNotSupportedException
          Indicates that an HTTP method is not supported.
ReasonPhraseCatalog
          Interface for obtaining reason phrases for HTTP status codes.
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
Header
          Represents an HTTP header field.
 

Classes in org.apache.http used by org.apache.http.impl.nio
HttpConnection
          A generic HTTP connection, useful on client and server side.
HttpConnectionMetrics
          The point of access to the statistics of an HttpConnection.
HttpEntity
          An entity that can be sent or received with an HTTP message.
HttpException
          Signals that an HTTP exception has occurred.
HttpInetConnection
          An HTTP connection over the Internet Protocol (IP).
HttpMessage
          A generic HTTP message.
HttpRequest
          An HTTP request.
HttpRequestFactory
          A factory for HttpRequest objects.
HttpResponse
          An HTTP response.
HttpResponseFactory
          A factory for HttpResponse objects.
 

Classes in org.apache.http used by org.apache.http.impl.nio.codecs
Header
          Represents an HTTP header field.
HttpException
          Signals that an HTTP exception has occurred.
HttpMessage
          A generic HTTP message.
HttpRequestFactory
          A factory for HttpRequest objects.
HttpResponseFactory
          A factory for HttpResponse objects.
 

Classes in org.apache.http used by org.apache.http.message
Header
          Represents an HTTP header field.
HeaderElement
          One element of an HTTP header value.
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
          Represents an HTTP version, as specified in RFC 2616.
NameValuePair
          A simple class encapsulating an attribute/value pair.
ProtocolException
          Signals that an HTTP protocol violation has occurred.
ReasonPhraseCatalog
          Interface for obtaining reason phrases for HTTP status codes.
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.nio
HttpConnection
          A generic HTTP connection, useful on client and server side.
HttpException
          Signals that an HTTP exception has occurred.
HttpRequest
          An HTTP request.
HttpResponse
          An HTTP response.
 

Classes in org.apache.http used by org.apache.http.nio.entity
Header
          Represents an HTTP header field.
HttpEntity
          An entity that can be sent or received with an HTTP message.
 

Classes in org.apache.http used by org.apache.http.nio.protocol
ConnectionReuseStrategy
          Interface for deciding whether a connection should be kept alive.
HttpConnection
          A generic HTTP connection, useful on client and server side.
HttpException
          Signals that an HTTP exception has occurred.
HttpRequest
          An HTTP request.
HttpResponse
          An HTTP response.
HttpResponseFactory
          A factory for HttpResponse objects.
 

Classes in org.apache.http used by org.apache.http.params
HttpMessage
          A generic HTTP message.
HttpVersion
          Represents an HTTP version, as specified in RFC 2616.
 

Classes in org.apache.http used by org.apache.http.protocol
ConnectionReuseStrategy
          Interface for deciding whether a connection should be kept alive.
HttpClientConnection
          An HTTP connection for use on the client side.
HttpException
          Signals that an HTTP exception has occurred.
HttpRequest
          An HTTP request.
HttpRequestInterceptor
          Processes a request.
HttpResponse
          An HTTP response.
HttpResponseFactory
          A factory for HttpResponse objects.
HttpResponseInterceptor
          Processes a response.
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.
HttpEntity
          An entity that can be sent or received with an HTTP message.
HttpException
          Signals that an HTTP exception has occurred.
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.