| Package | Description |
|---|---|
| org.apache.http.config |
Core configuration APIs.
|
| org.apache.http.impl.pool |
Default implementations of client side connection pools
for synchronous, blocking communication.
|
| org.apache.http.params |
Deprecated.
|
| org.apache.http.pool |
Client side connection pools APIs for synchronous, blocking
communication.
|
| org.apache.http.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for synchronous, blocking communication.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Registry<I>
Generic registry of items keyed by low-case string ID.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicConnPool
A very basic
ConnPool implementation that
represents a pool of blocking HttpClientConnection connections
identified by an HttpHost instance. |
class |
BasicPoolEntry
A very basic
PoolEntry implementation that represents an entry
in a pool of blocking HttpClientConnections identified by
an HttpHost instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicHttpParams
Deprecated.
(4.3) use configuration classes provided 'org.apache.http.config'
and 'org.apache.http.client.config'
|
class |
SyncBasicHttpParams
Deprecated.
(4.3) use configuration classes provided 'org.apache.http.config'
and 'org.apache.http.client.config'
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConnPool<T,C,E extends PoolEntry<T,C>>
Abstract synchronous (blocking) pool of connections.
|
class |
PoolEntry<T,C>
Pool entry containing a pool connection object along with its route.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicHttpContext
Default implementation of
HttpContext. |
class |
HttpDateGenerator
Generates a date in the format required by the HTTP protocol.
|
class |
HttpRequestHandlerRegistry
Deprecated.
(4.3) use
UriHttpRequestHandlerMapper |
class |
ImmutableHttpProcessor
Immutable
HttpProcessor. |
class |
RequestDate
RequestDate interceptor is responsible for adding
Date header
to the outgoing requests This interceptor is optional for client side
protocol processors. |
class |
ResponseDate
ResponseDate is responsible for adding
Date header to the
outgoing responses. |
class |
UriHttpRequestHandlerMapper
Maintains a map of HTTP request handlers keyed by a request URI pattern.
|
class |
UriPatternMatcher<T>
Maintains a map of objects keyed by a request URI pattern.
|
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.