|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionsPool | |
|---|---|
| com.ning.http.client | |
| com.ning.http.client.providers.jdk | |
| com.ning.http.client.providers.netty | |
| Uses of ConnectionsPool in com.ning.http.client |
|---|
| 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 | |
|---|---|
AsyncHttpClientConfig.Builder |
AsyncHttpClientConfig.Builder.setConnectionsPool(ConnectionsPool<?,?> connectionsPool)
Set the AsyncHttpProviderConfig |
| Uses of ConnectionsPool in com.ning.http.client.providers.jdk |
|---|
| Classes in com.ning.http.client.providers.jdk that implement ConnectionsPool | |
|---|---|
class |
JDKConnectionsPool
|
| 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 | |||||||||