Package | Description |
---|---|
net.spy.memcached |
Memcached client and transformation utils
|
net.spy.memcached.auth |
Auth Utilities.
|
Modifier and Type | Field and Description |
---|---|
protected MemcachedConnection |
TapConnectionProvider.conn |
protected MemcachedConnection |
MemcachedClient.mconn |
Modifier and Type | Method and Description |
---|---|
MemcachedConnection |
ConnectionFactory.createConnection(java.util.List<java.net.InetSocketAddress> addrs)
Create a MemcachedConnection for the given SocketAddresses.
|
MemcachedConnection |
DefaultConnectionFactory.createConnection(java.util.List<java.net.InetSocketAddress> addrs) |
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) |
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.