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 TapConnectionProvider.conn
           
protected  MemcachedConnection MemcachedClient.mconn
           
 

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

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)
           
 



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