Uses of Enum Class
net.spy.memcached.ConnectionFactoryBuilder.Protocol
Packages that use ConnectionFactoryBuilder.Protocol
-
Uses of ConnectionFactoryBuilder.Protocol in net.spy.memcached
Methods in net.spy.memcached that return ConnectionFactoryBuilder.ProtocolModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ConnectionFactoryBuilder.Protocol[]
ConnectionFactoryBuilder.Protocol.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.spy.memcached with parameters of type ConnectionFactoryBuilder.ProtocolModifier and TypeMethodDescriptionConnectionFactoryBuilder.setProtocol
(ConnectionFactoryBuilder.Protocol prot) Convenience method to specify the protocol to use.