Uses of Interface
net.spy.memcached.ops.SASLStepOperation
Packages that use SASLStepOperation
Package
Description
Memcached client and transformation utils
Low-level operations for the memcached ascii protocol
Low-level operations for the memcached binary protocol
-
Uses of SASLStepOperation in net.spy.memcached
Methods in net.spy.memcached that return SASLStepOperationModifier and TypeMethodDescriptionOperationFactory.saslStep
(String[] mech, byte[] challenge, String serverName, Map<String, ?> props, CallbackHandler cbh, OperationCallback cb) Create a new sasl step operation. -
Uses of SASLStepOperation in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii that return SASLStepOperationModifier and TypeMethodDescriptionAsciiOperationFactory.saslStep
(String[] mech, byte[] challenge, String serverName, Map<String, ?> props, CallbackHandler cbh, OperationCallback cb) -
Uses of SASLStepOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement SASLStepOperationMethods in net.spy.memcached.protocol.binary that return SASLStepOperationModifier and TypeMethodDescriptionBinaryOperationFactory.saslStep
(String[] mech, byte[] challenge, String serverName, Map<String, ?> props, CallbackHandler cbh, OperationCallback cb)