Uses of Class
net.spy.memcached.MemcachedConnection
-
Packages that use MemcachedConnection Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.auth Auth Utilities.net.spy.memcached.protocol Base classes for protocol abstractions. -
-
Uses of MemcachedConnection in net.spy.memcached
Fields in net.spy.memcached declared as MemcachedConnection Modifier and Type Field Description protected MemcachedConnection
TapConnectionProvider. conn
protected MemcachedConnection
MemcachedClient. mconn
Methods in net.spy.memcached that return MemcachedConnection Modifier and Type Method Description MemcachedConnection
ConnectionFactory. createConnection(java.util.List<java.net.InetSocketAddress> addrs)
Create a MemcachedConnection for the given SocketAddresses.MemcachedConnection
DefaultConnectionFactory. createConnection(java.util.List<java.net.InetSocketAddress> addrs)
MemcachedConnection
MemcachedClient. getConnection()
MemcachedConnection
MemcachedNode. getConnection()
MemcachedConnection
MemcachedNodeROImpl. getConnection()
Methods in net.spy.memcached with parameters of type MemcachedConnection Modifier and Type Method Description void
MemcachedNode. setConnection(MemcachedConnection connection)
void
MemcachedNodeROImpl. setConnection(MemcachedConnection connection)
-
Uses of MemcachedConnection in net.spy.memcached.auth
Fields in net.spy.memcached.auth declared as MemcachedConnection Modifier and Type Field Description private MemcachedConnection
AuthThread. conn
Methods in net.spy.memcached.auth with parameters of type MemcachedConnection Modifier and Type Method Description 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 Constructor Description AuthThread(MemcachedConnection c, OperationFactory o, AuthDescriptor a, MemcachedNode n)
-
Uses of MemcachedConnection in net.spy.memcached.protocol
Fields in net.spy.memcached.protocol declared as MemcachedConnection Modifier and Type Field Description private MemcachedConnection
TCPMemcachedNodeImpl. connection
Methods in net.spy.memcached.protocol that return MemcachedConnection Modifier and Type Method Description MemcachedConnection
TCPMemcachedNodeImpl. getConnection()
Methods in net.spy.memcached.protocol with parameters of type MemcachedConnection Modifier and Type Method Description void
TCPMemcachedNodeImpl. setConnection(MemcachedConnection connection)
-