Uses of Class
com.danga.MemCached.SockIOPool
Packages that use SockIOPool
-
Uses of SockIOPool in com.danga.MemCached
Fields in com.danga.MemCached declared as SockIOPoolModifier and TypeFieldDescriptionprivate SockIOPool
MemCachedClient.pool
private SockIOPool
SockIOPool.MaintThread.pool
private SockIOPool
SockIOPool.SockIO.pool
Fields in com.danga.MemCached with type parameters of type SockIOPoolMethods in com.danga.MemCached that return SockIOPoolModifier and TypeMethodDescriptionstatic SockIOPool
SockIOPool.getInstance()
Single argument version of factory used for back compat.static SockIOPool
SockIOPool.getInstance
(String poolName) Factory to create/retrieve new pools given a unique poolName.Constructors in com.danga.MemCached with parameters of type SockIOPoolModifierConstructorDescriptionprotected
MaintThread
(SockIOPool pool) 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 streamsSockIO
(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