|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.io | The transport layer abstraction of the HTTP components. |
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. |
|
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
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 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. |
|
HeaderIterator
A type-safe iterator for Header objects. |
|
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. |
|
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 an HttpRequest . |
|
StatusLine
Represents a status line as returned from a HTTP server. |
|
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
A generic HTTP message. |
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
A generic HTTP message. |
|
HttpRequestFactory
A factory for HttpRequest objects. |
|
HttpResponseFactory
A factory for HttpResponse objects. |
|
ParseException
Indicates a parse error. |
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. |
Classes in org.apache.http used by org.apache.http.io | |
---|---|
HttpException
Signals that an HTTP exception has occurred. |
|
HttpMessage
A generic HTTP message. |
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. |
|
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
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 an HttpRequest . |
|
StatusLine
Represents a status line as returned from a HTTP server. |
|
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
A generic HTTP message. |
|
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. |
|
HttpEntityEnclosingRequest
A request with an entity. |
|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
HttpEntity
An entity that can be sent or received with an HTTP message. |
|
ParseException
Indicates a parse error. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |