| Interface | Description |
|---|---|
| Command |
Interface for a command in the Transport plugin.
|
| Class | Description |
|---|---|
| CommandExtractor | |
| CommandResult | |
| CompressUtil | |
| Context | |
| DefaultTransportPlugin | |
| DefaultTransportPluginWorker |
A Runnable implementation that uses a Socket to communicate with the
other side and takes care of handling the
Command send by the client. |
| DefaultTransportPluginWorkerManager |
The manager of the workers.
|
| LogUtil | |
| Waitress |
A class responsible for handling clients that have just connected to the
server.
|
| WorkerThreadPool |
Adapter for a ThreadPoolExecutor that can handle
DefaultTransportPluginWorker objects. |
| Enum | Description |
|---|---|
| WorkerStatus |
Indicator for the status of a Worker.
|