Uses of Class
net.spy.memcached.MemcachedConnection
Packages that use MemcachedConnection
Package
Description
Memcached client and transformation utils
Auth Utilities.
Base classes for protocol abstractions.
-
Uses of MemcachedConnection in net.spy.memcached
Fields in net.spy.memcached declared as MemcachedConnectionModifier and TypeFieldDescriptionprotected final MemcachedConnectionTapConnectionProvider.connprotected MemcachedConnectionMemcachedClient.mconnMethods in net.spy.memcached that return MemcachedConnectionModifier and TypeMethodDescriptionConnectionFactory.createConnection(List<InetSocketAddress> addrs) Create a MemcachedConnection for the given SocketAddresses.DefaultConnectionFactory.createConnection(List<InetSocketAddress> addrs) MemcachedClient.getConnection()MemcachedNode.getConnection()MemcachedNodeROImpl.getConnection()Methods in net.spy.memcached with parameters of type MemcachedConnectionModifier and TypeMethodDescriptionvoidMemcachedNode.setConnection(MemcachedConnection connection) voidMemcachedNodeROImpl.setConnection(MemcachedConnection connection) -
Uses of MemcachedConnection in net.spy.memcached.auth
Methods in net.spy.memcached.auth with parameters of type MemcachedConnectionModifier and TypeMethodDescriptionvoidAuthThreadMonitor.authConnection(MemcachedConnection conn, OperationFactory opFact, AuthDescriptor authDescriptor, MemcachedNode node) Authenticate a new connection.Constructors in net.spy.memcached.auth with parameters of type MemcachedConnectionModifierConstructorDescription -
Uses of MemcachedConnection in net.spy.memcached.protocol
Methods in net.spy.memcached.protocol that return MemcachedConnectionMethods in net.spy.memcached.protocol with parameters of type MemcachedConnectionModifier and TypeMethodDescriptionvoidTCPMemcachedNodeImpl.setConnection(MemcachedConnection connection)