Uses of Interface
net.spy.memcached.ops.SASLMechsOperation
-
Packages that use SASLMechsOperation Package Description net.spy.memcached Memcached client and transformation utilsnet.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 SASLMechsOperation in net.spy.memcached
Methods in net.spy.memcached that return SASLMechsOperation Modifier and Type Method Description SASLMechsOperation
OperationFactory. saslMechs(OperationCallback cb)
Create a new SASL mechs operation. -
Uses of SASLMechsOperation in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii that return SASLMechsOperation Modifier and Type Method Description SASLMechsOperation
AsciiOperationFactory. saslMechs(OperationCallback cb)
-
Uses of SASLMechsOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement SASLMechsOperation Modifier and Type Class Description (package private) class
SASLMechsOperationImpl
Methods in net.spy.memcached.protocol.binary that return SASLMechsOperation Modifier and Type Method Description SASLMechsOperation
BinaryOperationFactory. saslMechs(OperationCallback cb)
-