| Package | Description |
|---|---|
| com.ning.http.client | |
| 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 |
|---|---|
AsyncHttpClientConfig.Builder |
AsyncHttpClientConfig.Builder.setConnectionsPool(ConnectionsPool<?,?> connectionsPool)
Set the
ConnectionsPool |
AsyncHttpClientConfigBean |
AsyncHttpClientConfigBean.setConnectionsPool(ConnectionsPool<?,?> connectionsPool) |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyConnectionsPool
A simple implementation of
ConnectionsPool based on a ConcurrentHashMap |
Copyright © 2015. All rights reserved.