Uses of Class
net.spy.memcached.couch.AsyncConnectionManager

Packages that use AsyncConnectionManager
net.spy.memcached Memcached client and transformation utils 
net.spy.memcached.couch   
 

Uses of AsyncConnectionManager in net.spy.memcached
 

Methods in net.spy.memcached with parameters of type AsyncConnectionManager
 CouchbaseNode CouchbaseConnectionFactory.createCouchDBNode(InetSocketAddress addr, AsyncConnectionManager connMgr)
           
 

Constructors in net.spy.memcached with parameters of type AsyncConnectionManager
CouchbaseNode(InetSocketAddress a, AsyncConnectionManager mgr, LinkedBlockingQueue<HttpOperation> linkedBlockingQueue, long maxBlockTime, long operationTimeout)
           
 

Uses of AsyncConnectionManager in net.spy.memcached.couch
 

Constructors in net.spy.memcached.couch with parameters of type AsyncConnectionManager
RequestHandle(AsyncConnectionManager connMgr, org.apache.http.nio.NHttpClientConnection conn)