Uses of Interface
net.spy.memcached.ops.SASLAuthOperation

Packages that use SASLAuthOperation
net.spy.memcached Memcached client and transformation utils 
net.spy.memcached.protocol.ascii Low-level operations for the memcached ascii protocol 
net.spy.memcached.protocol.binary Low-level operations for the memcached binary protocol 
 

Uses of SASLAuthOperation in net.spy.memcached
 

Methods in net.spy.memcached that return SASLAuthOperation
 SASLAuthOperation OperationFactory.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 SASLAuthOperation
 SASLAuthOperation AsciiOperationFactory.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 SASLAuthOperation
 class SASLAuthOperationImpl
           
 

Methods in net.spy.memcached.protocol.binary that return SASLAuthOperation
 SASLAuthOperation BinaryOperationFactory.saslAuth(String[] mech, String serverName, Map<String,?> props, CallbackHandler cbh, OperationCallback cb)