Uses of Package
org.apache.http
| Package | Description |
|---|---|
| org.apache.http |
The core interfaces and classes of the HTTP components.
|
| org.apache.http.auth |
The API for client-side HTTP authentication against a server,
commonly referred to as HttpAuth.
|
| org.apache.http.client |
The API for client-side HTTP communication and
entry point to the HttpClient module.
|
| org.apache.http.client.entity | |
| org.apache.http.client.methods |
Request implementations for the various HTTP methods like GET and POST.
|
| org.apache.http.client.params |
Parameters for configuring HttpClient.
|
| org.apache.http.client.protocol |
Additional request and response interceptors.
|
| org.apache.http.client.utils |
Helpers and utility classes for HttpClient.
|
| org.apache.http.conn |
The client-side connection management and handling API
at the heart of what is referred to as HttpConn.
|
| org.apache.http.conn.params |
Parameters for configuring HttpConn.
|
| org.apache.http.conn.routing |
The client-side route representation and tracking API, part of HttpConn.
|
| org.apache.http.conn.scheme | |
| org.apache.http.cookie |
The API for client-side state management via cookies,
commonly referred to as HttpCookie.
|
| 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.auth | |
| org.apache.http.impl.client | |
| org.apache.http.impl.conn | |
| org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
| org.apache.http.impl.cookie | |
| 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 |
Mostly utility classes with static helper methods for various purposes.
|
-
Classes in org.apache.http used by org.apache.http Class Description Header Represents an HTTP header field.HeaderElement One element of an HTTPheadervalue.HeaderIterator A type-safe iterator forHeaderobjects.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 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.ParseException Indicates a parse error.ProtocolException Signals that an HTTP protocol violation has occurred.ProtocolVersion Represents a protocol version, as specified in RFC 2616.RequestLine The first line of anHttpRequest.StatusLine Represents a status line as returned from a HTTP server. -
Classes in org.apache.http used by org.apache.http.auth Class Description Header Represents an HTTP header field.HttpException Signals that an HTTP exception has occurred.HttpRequest An HTTP request.ProtocolException Signals that an HTTP protocol violation has occurred. -
Classes in org.apache.http used by org.apache.http.client Class Description Header Represents an HTTP header field.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.HttpResponse An HTTP response.ProtocolException Signals that an HTTP protocol violation has occurred. -
Classes in org.apache.http used by org.apache.http.client.entity Class Description HttpEntity An entity that can be sent or received with an HTTP message.NameValuePair A simple class encapsulating an attribute/value pair. -
Classes in org.apache.http used by org.apache.http.client.methods Class Description 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.ProtocolVersion Represents a protocol version, as specified in RFC 2616.RequestLine The first line of anHttpRequest. -
Classes in org.apache.http used by org.apache.http.client.params Class Description Header Represents an HTTP header field.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.client.protocol Class Description HttpException Signals that an HTTP exception has occurred.HttpRequest An HTTP request.HttpRequestInterceptor Processes a request.HttpResponse An HTTP response.HttpResponseInterceptor Processes a response. -
Classes in org.apache.http used by org.apache.http.client.utils Class Description HttpEntity An entity that can be sent or received with an HTTP message.HttpHost Holds all of the variables needed to describe an HTTP connection to a host.NameValuePair A simple class encapsulating an attribute/value pair. -
Classes in org.apache.http used by org.apache.http.conn Class Description 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.HttpHost Holds all of the variables needed to describe an HTTP connection to a host.HttpInetConnection An HTTP connection over the Internet Protocol (IP).HttpResponse An HTTP response. -
Classes in org.apache.http used by org.apache.http.conn.params 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.conn.routing Class Description 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. -
Classes in org.apache.http used by org.apache.http.conn.scheme 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.cookie Class Description Header Represents an HTTP header field.HttpException Signals that an HTTP exception has occurred.ProtocolException Signals that an HTTP protocol violation has occurred. -
Classes in org.apache.http used by org.apache.http.entity Class Description 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 Class Description ConnectionReuseStrategy Interface for deciding whether a connection should be kept alive.HeaderIterator A type-safe iterator forHeaderobjects.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 anHttpConnection.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 forHttpRequestobjects.HttpResponse An HTTP response.HttpResponseFactory A factory forHttpResponseobjects.HttpServerConnection An HTTP connection for use on the server side.MethodNotSupportedException Indicates that an HTTP method is not supported.ProtocolVersion Represents a protocol version, as specified in RFC 2616.ReasonPhraseCatalog Interface for obtaining reason phrases for HTTP status codes.RequestLine The first line of anHttpRequest.StatusLine Represents a status line as returned from a HTTP server.TokenIterator An iterator forStringtokens. -
Classes in org.apache.http used by org.apache.http.impl.auth Class Description Header Represents an HTTP header field.HttpException Signals that an HTTP exception has occurred.HttpRequest An HTTP request.ProtocolException Signals that an HTTP protocol violation has occurred. -
Classes in org.apache.http used by org.apache.http.impl.client Class Description ConnectionReuseStrategy Interface for deciding whether a connection should be kept alive.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.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.HttpRequestInterceptor Processes a request.HttpResponse An HTTP response.HttpResponseInterceptor Processes a response.ProtocolException Signals that an HTTP protocol violation has occurred.ProtocolVersion Represents a protocol version, as specified in RFC 2616.RequestLine The first line of anHttpRequest. -
Classes in org.apache.http used by org.apache.http.impl.conn Class Description 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 anHttpConnection.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.HttpInetConnection An HTTP connection over the Internet Protocol (IP).HttpMessage A generic HTTP message.HttpRequest An HTTP request.HttpResponse An HTTP response.HttpResponseFactory A factory forHttpResponseobjects. -
Classes in org.apache.http used by org.apache.http.impl.conn.tsccm Class Description HttpClientConnection An HTTP connection for use on the client side.HttpConnection A generic HTTP connection, useful on client and server side.HttpInetConnection An HTTP connection over the Internet Protocol (IP). -
Classes in org.apache.http used by org.apache.http.impl.cookie Class Description Header Represents an HTTP header field.HeaderElement One element of an HTTPheadervalue.ParseException Indicates a parse error. -
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 A generic HTTP message. -
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 A generic HTTP message.HttpRequestFactory A factory forHttpRequestobjects.HttpResponseFactory A factory forHttpResponseobjects.ParseException Indicates a parse error. -
Classes in org.apache.http used by org.apache.http.io Class Description HttpException Signals that an HTTP exception has occurred.HttpMessage A generic HTTP message. -
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 HTTPheadervalue.HeaderElementIterator A type-safe iterator forHeaderElementobjects.HeaderIterator A type-safe iterator forHeaderobjects.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.NameValuePair A simple class encapsulating an attribute/value pair.ParseException Indicates a parse error.ProtocolVersion Represents a protocol version, as specified in RFC 2616.ReasonPhraseCatalog Interface for obtaining reason phrases for HTTP status codes.RequestLine The first line of anHttpRequest.StatusLine Represents a status line as returned from a HTTP server.TokenIterator An iterator forStringtokens. -
Classes in org.apache.http used by org.apache.http.params Class Description HttpVersion Represents an HTTP version, as specified in RFC 2616.ProtocolVersion Represents a protocol version, as specified in RFC 2616. -
Classes in org.apache.http used by org.apache.http.protocol Class Description 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 forHttpResponseobjects.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 Class Description HttpEntity An entity that can be sent or received with an HTTP message.ParseException Indicates a parse error.