| Package | Description |
|---|---|
| org.quickserver.net.server |
Contains all of the classes for creating QuickServer.
|
| org.quickserver.util.pool.thread |
Classes for managing the pool of threads for handling clients.
|
| Modifier and Type | Method and Description |
|---|---|
ClientPool |
QuickServer.getClientPool()
Returns
ClientPool class that
managing the pool of threads for handling clients. |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadObjectFactory.setClientPool(ClientPool pool) |
| Constructor and Description |
|---|
ClientThread(ClientPool pool) |
ClientThread(ClientPool pool,
int instanceCount) |
Copyright © 2003-2014 QuickServer.org