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 MemcachedConnectionTapConnectionProvider. connprotected MemcachedConnectionMemcachedClient. mconnMethods in net.spy.memcached that return MemcachedConnection Modifier and Type Method Description MemcachedConnectionConnectionFactory. createConnection(java.util.List<java.net.InetSocketAddress> addrs)Create a MemcachedConnection for the given SocketAddresses.MemcachedConnectionDefaultConnectionFactory. createConnection(java.util.List<java.net.InetSocketAddress> addrs)MemcachedConnectionMemcachedClient. getConnection()MemcachedConnectionMemcachedNode. getConnection()MemcachedConnectionMemcachedNodeROImpl. getConnection()Methods in net.spy.memcached with parameters of type MemcachedConnection Modifier and Type Method Description voidMemcachedNode. setConnection(MemcachedConnection connection)voidMemcachedNodeROImpl. 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 MemcachedConnectionAuthThread. connMethods in net.spy.memcached.auth with parameters of type MemcachedConnection Modifier and Type Method Description voidAuthThreadMonitor. 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 MemcachedConnectionTCPMemcachedNodeImpl. connectionMethods in net.spy.memcached.protocol that return MemcachedConnection Modifier and Type Method Description MemcachedConnectionTCPMemcachedNodeImpl. getConnection()Methods in net.spy.memcached.protocol with parameters of type MemcachedConnection Modifier and Type Method Description voidTCPMemcachedNodeImpl. setConnection(MemcachedConnection connection)
-