|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PoolEntry | |
---|---|
org.apache.http.impl.nio.pool | |
org.apache.http.impl.pool | |
org.apache.http.nio.pool | |
org.apache.http.nio.protocol | Non-blocking HTTP protocol execution framework. |
org.apache.http.pool |
Uses of PoolEntry in org.apache.http.impl.nio.pool |
---|
Subclasses of PoolEntry in org.apache.http.impl.nio.pool | |
---|---|
class |
BasicNIOPoolEntry
Pool entry for BasicNIOConnPool . |
Uses of PoolEntry in org.apache.http.impl.pool |
---|
Subclasses of PoolEntry in org.apache.http.impl.pool | |
---|---|
class |
BasicPoolEntry
|
Uses of PoolEntry in org.apache.http.nio.pool |
---|
Classes in org.apache.http.nio.pool with type parameters of type PoolEntry | |
---|---|
class |
AbstractNIOConnPool<T,C,E extends PoolEntry<T,C>>
Abstract non-blocking connection pool. |
Uses of PoolEntry in org.apache.http.nio.protocol |
---|
Methods in org.apache.http.nio.protocol with type parameters of type PoolEntry | ||
---|---|---|
|
HttpAsyncRequestExecutor.execute(HttpAsyncRequestProducer requestProducer,
HttpAsyncResponseConsumer<T> responseConsumer,
ConnPool<HttpHost,E> connPool)
|
|
|
HttpAsyncRequestExecutor.execute(HttpAsyncRequestProducer requestProducer,
HttpAsyncResponseConsumer<T> responseConsumer,
ConnPool<HttpHost,E> connPool,
HttpContext context)
|
|
|
HttpAsyncRequestExecutor.execute(HttpAsyncRequestProducer requestProducer,
HttpAsyncResponseConsumer<T> responseConsumer,
ConnPool<HttpHost,E> connPool,
HttpContext context,
FutureCallback<T> callback)
|
Uses of PoolEntry in org.apache.http.pool |
---|
Classes in org.apache.http.pool with type parameters of type PoolEntry | |
---|---|
class |
AbstractConnPool<T,C,E extends PoolEntry<T,C>>
Abstract blocking connection pool. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |