Uses of Package
org.apache.http

Packages that use org.apache.http
org.apache.http The core HTTP components (HttpCore). 
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 and provides utility classes for serialization and deserialization of HTTP content entities. 
org.apache.http.impl.io Default implementations for interfaces in org.apache.http.io
org.apache.http.impl.nio Default implementations for interfaces in org.apache.http.nio
org.apache.http.impl.nio.codecs Default implementations for interfaces in org.apache.http.nio.codecs
org.apache.http.io The blocking I/O abstraction of the HTTP components. 
org.apache.http.message A selection of HTTP message implementations. 
org.apache.http.nio The core HTTP components based on non-blocking I/O model (HttpCore NIO). 
org.apache.http.nio.entity Representations for non-blocking HTTP message entities. 
org.apache.http.nio.protocol Non-blocking HTTP protocol execution framework. 
org.apache.http.params The parameterization framework for HTTP components. 
org.apache.http.protocol HTTP protocol execution framework. 
org.apache.http.util Resizable byte and char arrays and various utility classes with static helper methods. 
 

Classes in org.apache.http used by org.apache.http
Header
          Represents an HTTP header field.
HeaderElement
          One element of an HTTP header value consisting of a name / value pair and a number of optional name / value parameters.
HeaderIterator
          A type-safe iterator for Header objects.
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
          HTTP messages consist of requests from client to server and responses from server to client.
HttpRequest
          A request message from a client to a server includes, within the first line of that message, the method to be applied to the resource, the identifier of the resource, and the protocol version in use.
HttpResponse
          After receiving and interpreting a request message, a server responds with an HTTP response message.
HttpVersion
          Represents an HTTP version.
MalformedChunkCodingException
          Signals a malformed chunked stream.
MethodNotSupportedException
          Signals that an HTTP method is not supported.
NameValuePair
          A name / value pair parameter used as an element of HTTP messages.
ParseException
          Signals a parse error.
ProtocolException
          Signals that an HTTP protocol violation has occurred.
ProtocolVersion
          Represents a protocol version.
RequestLine
          The Request-Line begins with a method token, followed by the Request-URI and the protocol version, and ending with CRLF.
StatusLine
          The first line of a Response message is the Status-Line, consisting of the protocol version followed by a numeric status code and its associated textual phrase, with each element separated by SP characters.
 

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
          HTTP messages consist of requests from client to server and responses from server to client.
 

Classes in org.apache.http used by org.apache.http.impl
ConnectionReuseStrategy
          Interface for deciding whether a connection can be re-used for subsequent requests and should be kept alive.
HeaderIterator
          A type-safe iterator for Header objects.
HttpClientConnection
          A client-side HTTP connection, which can be used for sending requests and receiving responses.
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
          A request message from a client to a server includes, within the first line of that message, the method to be applied to the resource, the identifier of the resource, and the protocol version in use.
HttpRequestFactory
          A factory for HttpRequest objects.
HttpResponse
          After receiving and interpreting a request message, a server responds with an HTTP response message.
HttpResponseFactory
          A factory for HttpResponse objects.
HttpServerConnection
          A server-side HTTP connection, which can be used for receiving requests and sending responses.
MethodNotSupportedException
          Signals that an HTTP method is not supported.
ProtocolVersion
          Represents a protocol version.
ReasonPhraseCatalog
          Interface for obtaining reason phrases for HTTP status codes.
RequestLine
          The Request-Line begins with a method token, followed by the Request-URI and the protocol version, and ending with CRLF.
StatusLine
          The first line of a Response message is the Status-Line, consisting of the protocol version followed by a numeric status code and its associated textual phrase, with each element separated by SP characters.
TokenIterator
          An iterator for String tokens.
 

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
          HTTP messages consist of requests from client to server and responses from server to client.
 

Classes in org.apache.http used by org.apache.http.impl.io
Header
          Represents an HTTP header field.
HttpException
          Signals that an HTTP exception has occurred.
HttpMessage
          HTTP messages consist of requests from client to server and responses from server to client.
HttpRequestFactory
          A factory for HttpRequest objects.
HttpResponseFactory
          A factory for HttpResponse objects.
ParseException
          Signals a parse error.
 

Classes in org.apache.http used by org.apache.http.impl.nio
ConnectionClosedException
          Signals that the connection has been closed unexpectedly.
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
          HTTP messages consist of requests from client to server and responses from server to client.
HttpRequest
          A request message from a client to a server includes, within the first line of that message, the method to be applied to the resource, the identifier of the resource, and the protocol version in use.
HttpRequestFactory
          A factory for HttpRequest objects.
HttpResponse
          After receiving and interpreting a request message, a server responds with an HTTP response message.
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.
HttpRequest
          A request message from a client to a server includes, within the first line of that message, the method to be applied to the resource, the identifier of the resource, and the protocol version in use.
HttpRequestFactory
          A factory for HttpRequest objects.
HttpResponse
          After receiving and interpreting a request message, a server responds with an HTTP response message.
HttpResponseFactory
          A factory for HttpResponse objects.
ParseException
          Signals a parse error.
 

Classes in org.apache.http used by org.apache.http.io
HttpException
          Signals that an HTTP exception has occurred.
HttpMessage
          HTTP messages consist of requests from client to server and responses from server to client.
 

Classes in org.apache.http used by org.apache.http.message
FormattedHeader
          An HTTP header which is already formatted.
Header
          Represents an HTTP header field.
HeaderElement
          One element of an HTTP header value consisting of a name / value pair and a number of optional name / value parameters.
HeaderElementIterator
          A type-safe iterator for HeaderElement objects.
HeaderIterator
          A type-safe iterator for Header objects.
HttpEntity
          An entity that can be sent or received with an HTTP message.
HttpEntityEnclosingRequest
          A request with an entity.
HttpMessage
          HTTP messages consist of requests from client to server and responses from server to client.
HttpRequest
          A request message from a client to a server includes, within the first line of that message, the method to be applied to the resource, the identifier of the resource, and the protocol version in use.
HttpResponse
          After receiving and interpreting a request message, a server responds with an HTTP response message.
NameValuePair
          A name / value pair parameter used as an element of HTTP messages.
ParseException
          Signals a parse error.
ProtocolVersion
          Represents a protocol version.
ReasonPhraseCatalog
          Interface for obtaining reason phrases for HTTP status codes.
RequestLine
          The Request-Line begins with a method token, followed by the Request-URI and the protocol version, and ending with CRLF.
StatusLine
          The first line of a Response message is the Status-Line, consisting of the protocol version followed by a numeric status code and its associated textual phrase, with each element separated by SP characters.
TokenIterator
          An iterator for String tokens.
 

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.
HttpMessage
          HTTP messages consist of requests from client to server and responses from server to client.
HttpRequest
          A request message from a client to a server includes, within the first line of that message, the method to be applied to the resource, the identifier of the resource, and the protocol version in use.
HttpResponse
          After receiving and interpreting a request message, a server responds with an HTTP response message.
 

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 can be re-used for subsequent requests and should be kept alive.
HttpEntityEnclosingRequest
          A request with an entity.
HttpException
          Signals that an HTTP exception has occurred.
HttpRequest
          A request message from a client to a server includes, within the first line of that message, the method to be applied to the resource, the identifier of the resource, and the protocol version in use.
HttpResponse
          After receiving and interpreting a request message, a server responds with an HTTP response message.
HttpResponseFactory
          A factory for HttpResponse objects.
 

Classes in org.apache.http used by org.apache.http.params
HttpVersion
          Represents an HTTP version.
ProtocolVersion
          Represents a protocol version.
 

Classes in org.apache.http used by org.apache.http.protocol
ConnectionReuseStrategy
          Interface for deciding whether a connection can be re-used for subsequent requests and should be kept alive.
HttpClientConnection
          A client-side HTTP connection, which can be used for sending requests and receiving responses.
HttpException
          Signals that an HTTP exception has occurred.
HttpRequest
          A request message from a client to a server includes, within the first line of that message, the method to be applied to the resource, the identifier of the resource, and the protocol version in use.
HttpRequestInterceptor
          HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP protocol.
HttpResponse
          After receiving and interpreting a request message, a server responds with an HTTP response message.
HttpResponseFactory
          A factory for HttpResponse objects.
HttpResponseInterceptor
          HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP protocol.
HttpServerConnection
          A server-side HTTP connection, which can be used for receiving requests and sending responses.
 

Classes in org.apache.http used by org.apache.http.util
HttpEntity
          An entity that can be sent or received with an HTTP message.
ParseException
          Signals a parse error.
 



Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.