Uses of Class
com.couchbase.client.http.AsyncConnectionManager

Packages that use AsyncConnectionManager
com.couchbase.client   
com.couchbase.client.http   
 

Uses of AsyncConnectionManager in com.couchbase.client
 

Methods in com.couchbase.client with parameters of type AsyncConnectionManager
 ViewNode CouchbaseConnectionFactory.createViewNode(java.net.InetSocketAddress addr, AsyncConnectionManager connMgr)
           
 

Constructors in com.couchbase.client with parameters of type AsyncConnectionManager
ViewNode(java.net.InetSocketAddress a, AsyncConnectionManager mgr, long queueLen, long maxBlockTime, long operationTimeout, java.lang.String usr, java.lang.String pwd)
           
 

Uses of AsyncConnectionManager in com.couchbase.client.http
 

Constructors in com.couchbase.client.http with parameters of type AsyncConnectionManager
RequestHandle(AsyncConnectionManager connMgr, org.apache.http.nio.NHttpClientConnection conn)
           
 



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.