org.quickserver.net.server
Interface PoolManager
- All Known Implementing Classes:
- BasicPoolManager
- public interface PoolManager
PoolManager interface.
- Since:
- 1.4.5
- Author:
- Akshathkumar Shetty
makeByteBufferPool
public org.apache.commons.pool.ObjectPool makeByteBufferPool(org.apache.commons.pool.PoolableObjectFactory factory,
PoolConfig opConfig)
makeClientPool
public org.apache.commons.pool.ObjectPool makeClientPool(org.apache.commons.pool.PoolableObjectFactory factory,
PoolConfig opConfig)
makeClientHandlerPool
public org.apache.commons.pool.ObjectPool makeClientHandlerPool(org.apache.commons.pool.PoolableObjectFactory factory,
PoolConfig opConfig)
makeClientDataPool
public org.apache.commons.pool.ObjectPool makeClientDataPool(org.apache.commons.pool.PoolableObjectFactory factory,
PoolConfig opConfig)
Copyright © 2003-2005 QuickServer.org