|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ThreadSafe | |
|---|---|
| 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. |
| 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 |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||