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 ProtocolCommandFactory. getProtocol()Get this client's protocol versionProtocolMemcachedClient. getProtocol()ProtocolXMemcachedClient. getProtocol() -
Uses of Protocol in net.rubyeye.xmemcached.command
Methods in net.rubyeye.xmemcached.command that return Protocol Modifier and Type Method Description ProtocolBinaryCommandFactory. getProtocol()ProtocolKestrelCommandFactory. getProtocol()ProtocolTextCommandFactory. getProtocol() -
Uses of Protocol in net.rubyeye.xmemcached.impl
Fields in net.rubyeye.xmemcached.impl declared as Protocol Modifier and Type Field Description protected ProtocolMemcachedConnector. protocolprivate ProtocolOptimizer. protocolMethods in net.rubyeye.xmemcached.impl that return Protocol Modifier and Type Method Description ProtocolMemcachedConnector. 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 ProtocolByteUtils. memcachedProtocolMethods in net.rubyeye.xmemcached.utils that return Protocol Modifier and Type Method Description static ProtocolProtocol. 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 voidByteUtils. setProtocol(Protocol protocol)
-