Package | Description |
---|---|
org.apache.http.impl.nio.pool |
Basic implementations for interfaces in
org.apache.http.nio.pool . |
org.apache.http.impl.pool |
Basic implementations for interfaces in
org.apache.http.pool . |
org.apache.http.nio.pool |
Asynchronous (non-blocking) connection pool components.
|
org.apache.http.nio.protocol |
Asynchronous HTTP protocol handlers based on the non-blocking I/O model.
|
org.apache.http.pool |
Synchronous (blocking) connection pool components.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicNIOPoolEntry
A basic
PoolEntry implementation that represents an entry
in a pool of non-blocking NHttpClientConnection s identified by
an HttpHost instance. |
Modifier and Type | Class and Description |
---|---|
class |
BasicPoolEntry
A very basic
PoolEntry implementation that represents an entry
in a pool of blocking HttpClientConnection s identified by
an HttpHost instance. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNIOConnPool<T,C,E extends PoolEntry<T,C>>
Abstract non-blocking connection pool.
|
Modifier and Type | Method and Description |
---|---|
<T,E extends PoolEntry<HttpHost,NHttpClientConnection>> |
HttpAsyncRequester.execute(HttpAsyncRequestProducer requestProducer,
HttpAsyncResponseConsumer<T> responseConsumer,
ConnPool<HttpHost,E> connPool)
Initiates asynchronous HTTP request execution.
|
<T,E extends PoolEntry<HttpHost,NHttpClientConnection>> |
HttpAsyncRequester.execute(HttpAsyncRequestProducer requestProducer,
HttpAsyncResponseConsumer<T> responseConsumer,
ConnPool<HttpHost,E> connPool,
HttpContext context)
Initiates asynchronous HTTP request execution.
|
<T,E extends PoolEntry<HttpHost,NHttpClientConnection>> |
HttpAsyncRequester.execute(HttpAsyncRequestProducer requestProducer,
HttpAsyncResponseConsumer<T> responseConsumer,
ConnPool<HttpHost,E> connPool,
HttpContext context,
FutureCallback<T> callback)
Initiates asynchronous HTTP request execution.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnPool<T,C,E extends PoolEntry<T,C>>
Abstract synchronous (blocking) pool of connections.
|
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.