Uses of Class
net.spy.memcached.MemcachedConnection

Packages that use MemcachedConnection
net.spy.memcached Memcached client and transformation utils 
net.spy.memcached.auth Auth Utilities. 
 

Uses of MemcachedConnection in net.spy.memcached
 

Fields in net.spy.memcached declared as MemcachedConnection
protected  MemcachedConnection MemcachedClient.mconn
           
 

Methods in net.spy.memcached that return MemcachedConnection
 MemcachedConnection ConnectionFactory.createConnection(List<InetSocketAddress> addrs)
          Create a MemcachedConnection for the given SocketAddresses.
 MemcachedConnection DefaultConnectionFactory.createConnection(List<InetSocketAddress> addrs)
           
 MemcachedConnection CouchbaseConnectionFactory.createMemcachedConnection(List<InetSocketAddress> addrs)
           
 

Uses of MemcachedConnection in net.spy.memcached.auth
 

Methods in net.spy.memcached.auth with parameters of type MemcachedConnection
 void AuthThreadMonitor.authConnection(MemcachedConnection conn, OperationFactory opFact, AuthDescriptor authDescriptor, MemcachedNode node)
          Authenticate a new connection.
 

Constructors in net.spy.memcached.auth with parameters of type MemcachedConnection
AuthThread(MemcachedConnection c, OperationFactory o, AuthDescriptor a, MemcachedNode n)