Uses of Class
org.apache.http.pool.PoolEntry
Packages that use PoolEntry
Package
Description
Default implementations of client side connection pools
for asynchronous, even driven communication.
Default implementations of client side connection pools
for synchronous, blocking communication.
Client side connection pools APIs for asynchronous, event driven
communication.
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
Client side connection pools APIs for synchronous, blocking
communication.
-
Uses of PoolEntry in org.apache.http.impl.nio.pool
Subclasses of PoolEntry in org.apache.http.impl.nio.poolModifier and TypeClassDescriptionclass
A basicPoolEntry
implementation that represents an entry in a pool of non-blockingNHttpClientConnection
s identified by anHttpHost
instance. -
Uses of PoolEntry in org.apache.http.impl.pool
Subclasses of PoolEntry in org.apache.http.impl.poolModifier and TypeClassDescriptionclass
A very basicPoolEntry
implementation that represents an entry in a pool of blockingHttpClientConnection
s identified by anHttpHost
instance. -
Uses of PoolEntry in org.apache.http.nio.pool
Classes in org.apache.http.nio.pool with type parameters of type PoolEntryModifier and TypeClassDescriptionclass
AbstractNIOConnPool<T,
C, E extends PoolEntry<T, C>> Abstract non-blocking connection pool.(package private) class
LeaseRequest<T,
C, E extends PoolEntry<T, C>> (package private) class
RouteSpecificPool<T,
C, E extends PoolEntry<T, C>> Fields in org.apache.http.nio.pool declared as PoolEntry -
Uses of PoolEntry in org.apache.http.nio.protocol
Classes in org.apache.http.nio.protocol with type parameters of type PoolEntryModifier and TypeClassDescription(package private) class
HttpAsyncRequester.ConnPipelinedRequestCallback<T,
E extends PoolEntry<HttpHost, NHttpClientConnection>> (package private) class
(package private) class
Fields in org.apache.http.nio.protocol declared as PoolEntryModifier and TypeFieldDescriptionprivate final E
HttpAsyncRequester.RequestExecutionCallback.poolEntry
Methods in org.apache.http.nio.protocol with type parameters of type PoolEntryModifier and TypeMethodDescription<T,
E extends PoolEntry<HttpHost, NHttpClientConnection>>
Future<T> HttpAsyncRequester.execute
(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, E poolEntry, ConnPool<HttpHost, E> connPool, HttpContext context, FutureCallback<T> callback) Initiates asynchronous HTTP request execution.<T,
E extends PoolEntry<HttpHost, NHttpClientConnection>>
Future<T> HttpAsyncRequester.execute
(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, ConnPool<HttpHost, E> connPool) Initiates asynchronous HTTP request execution.<T,
E extends PoolEntry<HttpHost, NHttpClientConnection>>
Future<T> HttpAsyncRequester.execute
(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, ConnPool<HttpHost, E> connPool, HttpContext context) Initiates asynchronous HTTP request execution.<T,
E extends PoolEntry<HttpHost, NHttpClientConnection>>
Future<T> HttpAsyncRequester.execute
(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, ConnPool<HttpHost, E> connPool, HttpContext context, FutureCallback<T> callback) Initiates asynchronous HTTP request execution.<T,
E extends PoolEntry<HttpHost, NHttpClientConnection>>
Future<List<T>> HttpAsyncRequester.executePipelined
(List<HttpAsyncRequestProducer> requestProducers, List<HttpAsyncResponseConsumer<T>> responseConsumers, E poolEntry, ConnPool<HttpHost, E> connPool, HttpContext context, FutureCallback<List<T>> callback) Initiates asynchronous pipelined HTTP request execution.<T,
E extends PoolEntry<HttpHost, NHttpClientConnection>>
Future<List<T>> HttpAsyncRequester.executePipelined
(HttpHost target, List<? extends HttpAsyncRequestProducer> requestProducers, List<? extends HttpAsyncResponseConsumer<T>> responseConsumers, ConnPool<HttpHost, E> connPool, HttpContext context, FutureCallback<List<T>> callback) Initiates asynchronous pipelined HTTP request execution. -
Uses of PoolEntry in org.apache.http.pool
Classes in org.apache.http.pool with type parameters of type PoolEntryModifier and TypeClassDescriptionclass
AbstractConnPool<T,
C, E extends PoolEntry<T, C>> Abstract synchronous (blocking) pool of connections.(package private) class
RouteSpecificPool<T,
C, E extends PoolEntry<T, C>> Methods in org.apache.http.pool with parameters of type PoolEntry