Uses of Class
net.spy.memcached.ConnectionFactoryBuilder.Protocol

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

Uses of ConnectionFactoryBuilder.Protocol in net.spy.memcached
 

Methods in net.spy.memcached that return ConnectionFactoryBuilder.Protocol
static ConnectionFactoryBuilder.Protocol ConnectionFactoryBuilder.Protocol.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConnectionFactoryBuilder.Protocol[] ConnectionFactoryBuilder.Protocol.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.spy.memcached with parameters of type ConnectionFactoryBuilder.Protocol
 ConnectionFactoryBuilder ConnectionFactoryBuilder.setProtocol(ConnectionFactoryBuilder.Protocol prot)
          Convenience method to specify the protocol to use.