@Concealed
Class | Description |
---|---|
BlockingQueueConnectionPool<TConnection extends Connection> |
Threading model that uses a BlockingQueue to handle multiple Content Server connections.
|
SimpleConnectionPool<TConnection extends Connection> |
Creates a new connection for every thread.
|