| Package | Description |
|---|---|
| org.apache.http.config | |
| org.apache.http.impl.pool |
Basic implementations for interfaces in
org.apache.http.pool. |
| org.apache.http.params |
The parameterization framework for HTTP components.
|
| 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 |
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 |
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 |
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–2013 The Apache Software Foundation. All rights reserved.