Uses of Class
net.spy.memcached.protocol.TCPMemcachedNodeImpl
-
Packages that use TCPMemcachedNodeImpl Package Description net.spy.memcached.protocol.ascii Low-level operations for the memcached ascii protocolnet.spy.memcached.protocol.binary Low-level operations for the memcached binary protocol -
-
Uses of TCPMemcachedNodeImpl in net.spy.memcached.protocol.ascii
Subclasses of TCPMemcachedNodeImpl in net.spy.memcached.protocol.ascii Modifier and Type Class Description class
AsciiMemcachedNodeImpl
Memcached node for the ASCII protocol. -
Uses of TCPMemcachedNodeImpl in net.spy.memcached.protocol.binary
Subclasses of TCPMemcachedNodeImpl in net.spy.memcached.protocol.binary Modifier and Type Class Description class
BinaryMemcachedNodeImpl
Implementation of MemcachedNode for speakers of the binary protocol.
-