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

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

Uses of ConnectionFactoryBuilder.Protocol in net.spy.memcached
 

Methods in net.spy.memcached that return ConnectionFactoryBuilder.Protocol
static ConnectionFactoryBuilder.Protocol ConnectionFactoryBuilder.Protocol.valueOf(java.lang.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.
 

Uses of ConnectionFactoryBuilder.Protocol in net.spy.memcached.spring
 

Methods in net.spy.memcached.spring with parameters of type ConnectionFactoryBuilder.Protocol
 void MemcachedClientFactoryBean.setProtocol(ConnectionFactoryBuilder.Protocol prot)
           
 



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.