Uses of Package
org.apache.http
-
Packages that use org.apache.http Package Description org.apache.http Core HTTP component APIs and primitives.org.apache.http.entity Core HTTP entity implementations.org.apache.http.impl Default implementations of HTTP connections for synchronous, blocking communication.org.apache.http.impl.bootstrap Embedded server and server bootstrap.org.apache.http.impl.entity Default implementations of entity content strategies.org.apache.http.impl.io Default implementations of message parses and writers for synchronous, blocking communication.org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication.org.apache.http.impl.nio.bootstrap Embedded non-blocking server and server bootstrap.org.apache.http.impl.nio.codecs Default implementations of message parses and writers for asynchronous, even driven communication.org.apache.http.impl.nio.pool Default implementations of client side connection pools for asynchronous, even driven communication.org.apache.http.impl.pool Default implementations of client side connection pools for synchronous, blocking communication.org.apache.http.io HTTP message parser and writer APIs for synchronous, blocking communication.org.apache.http.message Core HTTP message components, message element parser and writer APIs and their default implementations.org.apache.http.nio Core HTTP component APIs and primitives for asynchronous, event driven communication.org.apache.http.nio.entity Core HTTP entity implementations with support for asynchronous, event driven communication.org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication.org.apache.http.nio.reactor.ssl TLS/SSL support for asynchronous, event driven communication.org.apache.http.params Deprecated.org.apache.http.protocol Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication.org.apache.http.util Core utility classes. -
Classes in org.apache.http used by org.apache.http Class Description ExceptionLogger Header Represents an HTTP header field.HeaderElement One element of an HTTPheader
value consisting of a name / value pair and a number of optional name / value parameters.HeaderIterator A type-safe iterator forHeader
objects.HttpConnection A generic HTTP connection, useful on client and server side.HttpConnectionMetrics The point of access to the statistics of anHttpConnection
.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 Class Description Header Represents an HTTP header field.HeaderElement One element of an HTTPheader
value consisting of a name / value pair and a number of optional name / value parameters.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.NameValuePair A name-value pair parameter used as an element of HTTP messages.ParseException Signals a parse error. -
Classes in org.apache.http used by org.apache.http.impl Class Description ConnectionReuseStrategy Interface for deciding whether a connection can be re-used for subsequent requests and should be kept alive.HeaderIterator A type-safe iterator forHeader
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.HttpConnectionFactory Factory forHttpConnection
instances.HttpConnectionMetrics The point of access to the statistics of anHttpConnection
.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.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 forHttpRequest
objects.HttpResponse After receiving and interpreting a request message, a server responds with an HTTP response message.HttpResponseFactory A factory forHttpResponse
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 forString
tokens. -
Classes in org.apache.http used by org.apache.http.impl.bootstrap Class Description ConnectionReuseStrategy Interface for deciding whether a connection can be re-used for subsequent requests and should be kept alive.ExceptionLogger HttpConnectionFactory Factory forHttpConnection
instances.HttpRequestInterceptor HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP protocol.HttpResponseFactory A factory forHttpResponse
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.impl.entity Class Description 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 Class Description 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.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 forHttpRequest
objects.HttpResponse After receiving and interpreting a request message, a server responds with an HTTP response message.HttpResponseFactory A factory forHttpResponse
objects.ParseException Signals a parse error. -
Classes in org.apache.http used by org.apache.http.impl.nio Class Description 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 anHttpConnection
.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 forHttpRequest
objects.HttpResponse After receiving and interpreting a request message, a server responds with an HTTP response message.HttpResponseFactory A factory forHttpResponse
objects. -
Classes in org.apache.http used by org.apache.http.impl.nio.bootstrap Class Description ConnectionReuseStrategy Interface for deciding whether a connection can be re-used for subsequent requests and should be kept alive.ExceptionLogger HttpRequestInterceptor HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP protocol.HttpResponseFactory A factory forHttpResponse
objects.HttpResponseInterceptor HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP protocol. -
Classes in org.apache.http used by org.apache.http.impl.nio.codecs Class Description 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.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 forHttpRequest
objects.HttpResponse After receiving and interpreting a request message, a server responds with an HTTP response message.HttpResponseFactory A factory forHttpResponse
objects.ParseException Signals a parse error. -
Classes in org.apache.http used by org.apache.http.impl.nio.pool Class Description HttpHost Holds all of the variables needed to describe an HTTP connection to a host.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 forHttpResponse
objects. -
Classes in org.apache.http used by org.apache.http.impl.pool Class Description HttpClientConnection A client-side HTTP connection, which can be used for sending requests and receiving responses.HttpConnectionFactory Factory forHttpConnection
instances.HttpHost Holds all of the variables needed to describe an HTTP connection to a host. -
Classes in org.apache.http used by org.apache.http.io Class Description 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 Class Description FormattedHeader An HTTP header which is already formatted.Header Represents an HTTP header field.HeaderElement One element of an HTTPheader
value consisting of a name / value pair and a number of optional name / value parameters.HeaderElementIterator A type-safe iterator forHeaderElement
objects.HeaderIterator A type-safe iterator forHeader
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 forString
tokens. -
Classes in org.apache.http used by org.apache.http.nio Class Description 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 Class Description 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 Class Description ConnectionReuseStrategy Interface for deciding whether a connection can be re-used for subsequent requests and should be kept alive.ExceptionLogger 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.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 forHttpResponse
objects. -
Classes in org.apache.http used by org.apache.http.nio.reactor.ssl Class Description HttpHost Holds all of the variables needed to describe an HTTP connection to a host. -
Classes in org.apache.http used by org.apache.http.params Class Description HttpVersion Represents an HTTP version.ProtocolVersion Represents a protocol version. -
Classes in org.apache.http used by org.apache.http.protocol Class Description 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.HttpConnection A generic HTTP connection, useful on client and server 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 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 forHttpResponse
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 Class Description HttpEntity An entity that can be sent or received with an HTTP message.HttpResponse After receiving and interpreting a request message, a server responds with an HTTP response message.ParseException Signals a parse error.