|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ThreadSafe | |
|---|---|
| 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. |
| Uses of ThreadSafe in org.apache.http.config |
|---|
| Classes in org.apache.http.config with annotations of type ThreadSafe | |
|---|---|
class |
Registry<I>
Generic registry of items keyed by low-case string ID. |
| Uses of ThreadSafe in org.apache.http.impl.pool |
|---|
| Classes in org.apache.http.impl.pool with annotations of type ThreadSafe | |
|---|---|
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. |
| Uses of ThreadSafe in org.apache.http.params |
|---|
| Classes in org.apache.http.params with annotations of type ThreadSafe | |
|---|---|
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' |
| Uses of ThreadSafe in org.apache.http.pool |
|---|
| Classes in org.apache.http.pool with annotations of type ThreadSafe | |
|---|---|
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. |
| Uses of ThreadSafe in org.apache.http.protocol |
|---|
| Classes in org.apache.http.protocol with annotations of type ThreadSafe | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||