Uses of Interface
net.rubyeye.xmemcached.networking.MemcachedSession
Packages that use MemcachedSession
Package
Description
Memcached 1.4.3 or later version has supported SASL authentication,these classes are used for that
Memcached text protocol implementations
Manage tcp connection,memcached protocol optimized,and some MBeans for monitor.
Networking layout to talk with memcached.
-
Uses of MemcachedSession in net.rubyeye.xmemcached.auth
Methods in net.rubyeye.xmemcached.auth with parameters of type MemcachedSessionModifier and TypeMethodDescriptionvoidAuthMemcachedConnectListener.onConnect(MemcachedSession session, MemcachedClient client) -
Uses of MemcachedSession in net.rubyeye.xmemcached.command.text
Methods in net.rubyeye.xmemcached.command.text with parameters of type MemcachedSessionModifier and TypeMethodDescriptionprivate final booleanTextAWSElasticCacheConfigCommand.done(MemcachedSession session) private final booleanTextCacheDumpCommand.done(MemcachedSession session) protected final booleanTextStatsCommand.done(MemcachedSession session) -
Uses of MemcachedSession in net.rubyeye.xmemcached.impl
Classes in net.rubyeye.xmemcached.impl that implement MemcachedSessionModifier and TypeClassDescriptionclassClosed sessionclassConnected session for a memcached serverMethods in net.rubyeye.xmemcached.impl that return MemcachedSessionModifier and TypeMethodDescriptionprivate MemcachedSessionMemcachedConnector.findStandbySession(MemcachedSession session) Methods in net.rubyeye.xmemcached.impl with parameters of type MemcachedSessionModifier and TypeMethodDescriptionprivate MemcachedSessionMemcachedConnector.findStandbySession(MemcachedSession session) -
Uses of MemcachedSession in net.rubyeye.xmemcached.networking
Methods in net.rubyeye.xmemcached.networking with parameters of type MemcachedSessionModifier and TypeMethodDescriptionvoidMemcachedSessionConnectListener.onConnect(MemcachedSession session, MemcachedClient client)