Package | Description |
---|---|
net.spy.memcached |
Memcached client and transformation utils
|
net.spy.memcached.auth |
Auth Utilities.
|
net.spy.memcached.protocol |
Base classes for protocol abstractions.
|
Modifier and Type | Field and Description |
---|---|
protected MemcachedConnection |
TapConnectionProvider.conn |
protected MemcachedConnection |
MemcachedClient.mconn |
Modifier and Type | Method and Description |
---|---|
MemcachedConnection |
ConnectionFactory.createConnection(List<InetSocketAddress> addrs)
Create a MemcachedConnection for the given SocketAddresses.
|
MemcachedConnection |
DefaultConnectionFactory.createConnection(List<InetSocketAddress> addrs) |
MemcachedConnection |
MemcachedNode.getConnection() |
Modifier and Type | Method and Description |
---|---|
void |
MemcachedNode.setConnection(MemcachedConnection connection) |
Modifier and Type | Method and Description |
---|---|
void |
AuthThreadMonitor.authConnection(MemcachedConnection conn,
OperationFactory opFact,
AuthDescriptor authDescriptor,
MemcachedNode node)
Authenticate a new connection.
|
Constructor and Description |
---|
AuthThread(MemcachedConnection c,
OperationFactory o,
AuthDescriptor a,
MemcachedNode n) |
Modifier and Type | Method and Description |
---|---|
MemcachedConnection |
TCPMemcachedNodeImpl.getConnection() |
Modifier and Type | Method and Description |
---|---|
void |
TCPMemcachedNodeImpl.setConnection(MemcachedConnection connection) |
Copyright © 2023. All rights reserved.