| Interface | Description |
|---|---|
| PoolableObject |
Interface to be implemented by any user class of QuickServer
so that QuickServer can create a pool of objects and reuse objects
from that pool.
|
| QSObjectPool |
This interface defines ObjectPool that QuickServer needs.
|
| QSObjectPoolMaker |
This interface defines a class that creates QSObjectPool from ObjectPool.
|
| Class | Description |
|---|---|
| BasicObjectPool |
This class will maintain a simple pool of object instances.
|
| BasicObjectPool.Config | |
| ByteBufferObjectFactory |
A factory for creating java.nio.ByteBuffer instances.
|
| ClientHandlerObjectFactory |
A factory for creating
ClientHandler
instances. |
| MakeQSObjectPool |
This class that creates QSObjectPool from ObjectPool passed to it.
|
| PoolHelper |
Pool Helper class.
|
Copyright © 2003-2014 QuickServer.org