Uses of Class
net.rubyeye.xmemcached.impl.MemcachedTCPSession
Packages that use MemcachedTCPSession
Package
Description
Memcached 1.4.3 or later version has supported SASL authentication,these classes are used for that
Memcached protocol codec
Memcached protocol implementations
Memcached text protocol implementations
Kestrel protocol implementations
Memcached text protocol implementations
Manage tcp connection,memcached protocol optimized,and some MBeans for monitor.
-
Uses of MemcachedTCPSession in net.rubyeye.xmemcached.auth
Fields in net.rubyeye.xmemcached.auth declared as MemcachedTCPSessionConstructors in net.rubyeye.xmemcached.auth with parameters of type MemcachedTCPSessionModifierConstructorDescriptionAuthTask(AuthInfo authInfo, CommandFactory commandFactory, MemcachedTCPSession memcachedTCPSession) -
Uses of MemcachedTCPSession in net.rubyeye.xmemcached.codec
Methods in net.rubyeye.xmemcached.codec with parameters of type MemcachedTCPSessionModifier and TypeMethodDescriptionprivate ObjectMemcachedDecoder.decode0(IoBuffer buffer, MemcachedTCPSession session) -
Uses of MemcachedTCPSession in net.rubyeye.xmemcached.command
Methods in net.rubyeye.xmemcached.command with parameters of type MemcachedTCPSessionModifier and TypeMethodDescriptionabstract booleanCommand.decode(MemcachedTCPSession session, ByteBuffer buffer) -
Uses of MemcachedTCPSession in net.rubyeye.xmemcached.command.binary
Methods in net.rubyeye.xmemcached.command.binary with parameters of type MemcachedTCPSessionModifier and TypeMethodDescriptionbooleanBaseBinaryCommand.decode(MemcachedTCPSession session, ByteBuffer buffer) booleanBinaryQuitCommand.decode(MemcachedTCPSession session, ByteBuffer buffer) -
Uses of MemcachedTCPSession in net.rubyeye.xmemcached.command.kestrel
Methods in net.rubyeye.xmemcached.command.kestrel with parameters of type MemcachedTCPSessionModifier and TypeMethodDescriptionbooleanKestrelDeleteCommand.decode(MemcachedTCPSession session, ByteBuffer buffer) booleanKestrelFlushAllCommand.decode(MemcachedTCPSession session, ByteBuffer buffer) -
Uses of MemcachedTCPSession in net.rubyeye.xmemcached.command.text
Methods in net.rubyeye.xmemcached.command.text with parameters of type MemcachedTCPSessionModifier and TypeMethodDescriptionbooleanTextAWSElasticCacheConfigCommand.decode(MemcachedTCPSession session, ByteBuffer buffer) final booleanTextCacheDumpCommand.decode(MemcachedTCPSession session, ByteBuffer buffer) final booleanTextCASCommand.decode(MemcachedTCPSession session, ByteBuffer buffer) booleanTextDeleteCommand.decode(MemcachedTCPSession session, ByteBuffer buffer) booleanTextFlushAllCommand.decode(MemcachedTCPSession session, ByteBuffer buffer) final booleanTextGetCommand.decode(MemcachedTCPSession session, ByteBuffer buffer) final booleanTextIncrDecrCommand.decode(MemcachedTCPSession session, ByteBuffer buffer) final booleanTextQuitCommand.decode(MemcachedTCPSession session, ByteBuffer buffer) final booleanTextStatsCachedumpCommand.decode(MemcachedTCPSession session, ByteBuffer buffer) booleanTextStatsCommand.decode(MemcachedTCPSession session, ByteBuffer buffer) booleanTextStoreCommand.decode(MemcachedTCPSession session, ByteBuffer buffer) final booleanTextTouchCommand.decode(MemcachedTCPSession session, ByteBuffer buffer) booleanTextVerbosityCommand.decode(MemcachedTCPSession session, ByteBuffer buffer) final booleanTextVersionCommand.decode(MemcachedTCPSession session, ByteBuffer buffer) -
Uses of MemcachedTCPSession in net.rubyeye.xmemcached.impl
Methods in net.rubyeye.xmemcached.impl that return MemcachedTCPSessionModifier and TypeMethodDescriptionprotected MemcachedTCPSessionMemcachedConnector.createSession(SocketChannel socketChannel, InetSocketAddressWrapper wrapper) Methods in net.rubyeye.xmemcached.impl with parameters of type MemcachedTCPSessionModifier and TypeMethodDescriptionprotected voidMemcachedHandler.reconnect(MemcachedTCPSession session) Auto reconect to memcached server