Uses of Class
net.rubyeye.xmemcached.utils.Protocol
-
Packages that use Protocol Package Description net.rubyeye.xmemcached XMemcached's main classes and interfaces,use these classes/interfaces to interact with memcached servers.net.rubyeye.xmemcached.command Memcached protocol implementationsnet.rubyeye.xmemcached.impl Manage tcp connection,memcached protocol optimized,and some MBeans for monitor.net.rubyeye.xmemcached.utils XMemcached Utilities -
-
Uses of Protocol in net.rubyeye.xmemcached
Methods in net.rubyeye.xmemcached that return Protocol Modifier and Type Method Description Protocol
CommandFactory. getProtocol()
Get this client's protocol versionProtocol
MemcachedClient. getProtocol()
Protocol
XMemcachedClient. getProtocol()
-
Uses of Protocol in net.rubyeye.xmemcached.command
Methods in net.rubyeye.xmemcached.command that return Protocol Modifier and Type Method Description Protocol
BinaryCommandFactory. getProtocol()
Protocol
KestrelCommandFactory. getProtocol()
Protocol
TextCommandFactory. getProtocol()
-
Uses of Protocol in net.rubyeye.xmemcached.impl
Fields in net.rubyeye.xmemcached.impl declared as Protocol Modifier and Type Field Description protected Protocol
MemcachedConnector. protocol
private Protocol
Optimizer. protocol
Methods in net.rubyeye.xmemcached.impl that return Protocol Modifier and Type Method Description Protocol
MemcachedConnector. getProtocol()
Constructors in net.rubyeye.xmemcached.impl with parameters of type Protocol Constructor Description Optimizer(Protocol protocol)
-
Uses of Protocol in net.rubyeye.xmemcached.utils
Fields in net.rubyeye.xmemcached.utils declared as Protocol Modifier and Type Field Description private static Protocol
ByteUtils. memcachedProtocol
Methods in net.rubyeye.xmemcached.utils that return Protocol Modifier and Type Method Description static Protocol
Protocol. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Protocol[]
Protocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.rubyeye.xmemcached.utils with parameters of type Protocol Modifier and Type Method Description static void
ByteUtils. setProtocol(Protocol protocol)
-