| Package | Description |
|---|---|
| com.ning.http.client | |
| com.ning.http.client.providers.grizzly | |
| com.ning.http.client.providers.netty |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionsPool<?,?> |
AsyncHttpClientConfig.connectionsPool |
| Modifier and Type | Method and Description |
|---|---|
ConnectionsPool<?,?> |
AsyncHttpClientConfig.getConnectionsPool()
Return an instance of
ConnectionsPool |
| Modifier and Type | Method and Description |
|---|---|
AsyncHttpClientConfigBean |
AsyncHttpClientConfigBean.setConnectionsPool(ConnectionsPool<?,?> connectionsPool) |
AsyncHttpClientConfig.Builder |
AsyncHttpClientConfig.Builder.setConnectionsPool(ConnectionsPool<?,?> connectionsPool)
Set the
ConnectionsPool |
| Modifier and Type | Class and Description |
|---|---|
class |
GrizzlyConnectionsPool
ConnectionsPool implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyConnectionsPool
A simple implementation of
ConnectionsPool based on a ConcurrentHashMap |
Copyright © 2014. All Rights Reserved.