Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
SASLStepOperation |
OperationFactory.saslStep(String[] mech,
byte[] challenge,
String serverName,
Map<String,?> props,
CallbackHandler cbh,
OperationCallback cb)
Create a new sasl step operation.
|
Modifier and Type | Method and Description |
---|---|
SASLStepOperation |
AsciiOperationFactory.saslStep(String[] mech,
byte[] challenge,
String serverName,
Map<String,?> props,
CallbackHandler cbh,
OperationCallback cb) |
Modifier and Type | Class and Description |
---|---|
class |
SASLStepOperationImpl
A SASLStepOperationImpl.
|
Modifier and Type | Method and Description |
---|---|
SASLStepOperation |
BinaryOperationFactory.saslStep(String[] mech,
byte[] challenge,
String serverName,
Map<String,?> props,
CallbackHandler cbh,
OperationCallback cb) |
Copyright © 2022. All rights reserved.