Package | Description |
---|---|
org.apache.http |
Core HTTP components based on the blocking I/O model.
|
org.apache.http.entity |
Common HTTP entity implementations.
|
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.pool |
Basic implementations for interfaces in
org.apache.http.pool . |
org.apache.http.message |
Basic HTTP message implementations.
|
org.apache.http.pool |
Synchronous (blocking) connection pool components.
|
org.apache.http.protocol |
HTTP protocol execution framework and synchronous HTTP protocol handlers
based on the blocking I/O model.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpHost
Holds all of the variables needed to describe an HTTP connection to a host.
|
class |
HttpVersion
Represents an HTTP version.
|
class |
ProtocolVersion
Represents a protocol version.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentType
Content type information consisting of a MIME type and an optional charset.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultConnectionReuseStrategy
Default implementation of a strategy deciding about connection re-use.
|
class |
DefaultHttpRequestFactory
Default factory for creating
HttpRequest objects. |
class |
DefaultHttpResponseFactory
Default factory for creating
HttpResponse objects. |
class |
EnglishReasonPhraseCatalog
English reason phrases for HTTP status codes.
|
class |
NoConnectionReuseStrategy
A strategy that never re-uses a connection.
|
Modifier and Type | Class and Description |
---|---|
class |
DisallowIdentityContentLengthStrategy
Decorator for
ContentLengthStrategy implementations that disallows the use of
identity transfer encoding. |
class |
EntityDeserializer
HTTP entity deserializer.
|
class |
EntitySerializer
HTTP entity serializer.
|
class |
LaxContentLengthStrategy
The lax implementation of the content length strategy.
|
class |
StrictContentLengthStrategy
The strict implementation of the content length strategy.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicConnFactory
A very basic
ConnFactory implementation that creates
HttpClientConnection instances given a HttpHost instance. |
Modifier and Type | Class and Description |
---|---|
class |
BasicHeader
Basic implementation of
Header . |
class |
BasicHeaderValueFormatter
Basic implementation for formatting header value elements.
|
class |
BasicHeaderValueParser
Basic implementation for parsing header values into elements.
|
class |
BasicLineFormatter
Interface for formatting elements of the HEAD section of an HTTP message.
|
class |
BasicLineParser
Basic parser for lines in the head section of an HTTP message.
|
class |
BasicNameValuePair
Basic implementation of
NameValuePair . |
class |
BasicRequestLine
Basic implementation of
RequestLine . |
class |
BasicStatusLine
Basic implementation of
StatusLine |
Modifier and Type | Class and Description |
---|---|
class |
PoolStats
Pool statistics.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpRequestExecutor
HttpRequestExecutor is a client side HTTP protocol handler based
on the blocking (classic) I/O model.
|
class |
HttpService
HttpService is a server side HTTP protocol handler based on
the classic (blocking) I/O model.
|
class |
RequestConnControl
RequestConnControl is responsible for adding
Connection header
to the outgoing requests, which is essential for managing persistence of
HTTP/1.0 connections. |
class |
RequestContent
RequestContent is the most important interceptor for outgoing requests.
|
class |
RequestExpectContinue
RequestExpectContinue is responsible for enabling the 'expect-continue'
handshake by adding
Expect header. |
class |
RequestTargetHost
RequestTargetHost is responsible for adding
Host header. |
class |
RequestUserAgent
RequestUserAgent is responsible for adding
User-Agent header. |
class |
ResponseConnControl
ResponseConnControl is responsible for adding
Connection header
to the outgoing responses, which is essential for managing persistence of
HTTP/1.0 connections. |
class |
ResponseContent
ResponseContent is the most important interceptor for outgoing responses.
|
class |
ResponseServer
ResponseServer is responsible for adding
Server header. |
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.