Uses of Class
net.spy.memcached.MemcachedConnection

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

Uses of MemcachedConnection in net.spy.memcached
 

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)