Uses of Interface
com.ning.http.client.ConnectionsPool

Packages that use ConnectionsPool
com.ning.http.client   
com.ning.http.client.providers.grizzly   
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.grizzly
 

Classes in com.ning.http.client.providers.grizzly that implement ConnectionsPool
 class GrizzlyConnectionsPool
          ConnectionsPool implementation.
 

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
 



Copyright © 2014. All Rights Reserved.