Uses of Interface
net.spy.memcached.ops.SASLAuthOperation
Packages that use SASLAuthOperation
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 SASLAuthOperation in net.spy.memcached
Methods in net.spy.memcached that return SASLAuthOperationModifier and TypeMethodDescriptionOperationFactory.saslAuth
(String[] mech, String serverName, Map<String, ?> props, CallbackHandler cbh, OperationCallback cb) Create a new sasl auth operation. -
Uses of SASLAuthOperation in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii that return SASLAuthOperationModifier and TypeMethodDescriptionAsciiOperationFactory.saslAuth
(String[] mech, String serverName, Map<String, ?> props, CallbackHandler cbh, OperationCallback cb) -
Uses of SASLAuthOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement SASLAuthOperationMethods in net.spy.memcached.protocol.binary that return SASLAuthOperationModifier and TypeMethodDescriptionBinaryOperationFactory.saslAuth
(String[] mech, String serverName, Map<String, ?> props, CallbackHandler cbh, OperationCallback cb)