| Package | Description |
|---|---|
| com.whalin.MemCached |
| Modifier and Type | Method and Description |
|---|---|
static SockIOPool |
SockIOPool.getInstance()
Single argument version of factory used for back compat.
|
static SockIOPool |
SockIOPool.getInstance(boolean isTcp) |
static SockIOPool |
SockIOPool.getInstance(String poolName)
Factory to create/retrieve new pools given a unique poolName.
|
static SockIOPool |
SockIOPool.getInstance(String poolName,
boolean isTcp) |
| Constructor and Description |
|---|
SockIOPool.MaintThread(SockIOPool pool) |
SockIOPool.SockIO(SockIOPool pool,
String host,
int timeout,
int connectTimeout,
boolean noDelay)
creates a new SockIO object wrapping a socket connection to
host:port, and its input and output streams
|
SockIOPool.SockIO(SockIOPool pool,
String host,
int port,
int timeout,
int connectTimeout,
boolean noDelay)
creates a new SockIO object wrapping a socket connection to
host:port, and its input and output streams
|
Copyright © 2013 Schooner Information Technology. All Rights Reserved.