|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionsPool | |
|---|---|
| com.ning.http.client | |
| com.ning.http.client.providers.netty | |
| Uses of ConnectionsPool in com.ning.http.client |
|---|
| Fields in com.ning.http.client declared as ConnectionsPool | |
|---|---|
protected ConnectionsPool<?,?> |
AsyncHttpClientConfig.connectionsPool
|
| Methods in com.ning.http.client that return ConnectionsPool | |
|---|---|
ConnectionsPool<?,?> |
AsyncHttpClientConfig.getConnectionsPool()
Return an instance of ConnectionsPool |
| Methods in com.ning.http.client with parameters of type ConnectionsPool | |
|---|---|
AsyncHttpClientConfigBean |
AsyncHttpClientConfigBean.setConnectionsPool(ConnectionsPool<?,?> connectionsPool)
|
AsyncHttpClientConfig.Builder |
AsyncHttpClientConfig.Builder.setConnectionsPool(ConnectionsPool<?,?> connectionsPool)
Set the ConnectionsPool |
| Uses of ConnectionsPool in com.ning.http.client.providers.netty |
|---|
| Classes in com.ning.http.client.providers.netty that implement ConnectionsPool | |
|---|---|
class |
NettyConnectionsPool
A simple implementation of ConnectionsPool based on a ConcurrentHashMap |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||