Uses of Enum Class
net.spy.memcached.ConnectionFactoryBuilder.Protocol
Packages that use ConnectionFactoryBuilder.Protocol
-
Uses of ConnectionFactoryBuilder.Protocol in net.spy.memcached
Subclasses with type arguments of type ConnectionFactoryBuilder.Protocol in net.spy.memcachedModifier and TypeClassDescriptionstatic enumType of protocol to use for connections.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.