See: Description
| Class | Description |
|---|---|
| ActorConfig |
The static akka actor system
|
| AssistantExecutionManager |
The assistant manager is for sending out requests in batch;
|
| ExecutionManager |
This is the Akka Actor that executes the ParallelTask.
|
| HttpWorker |
This is an akka actor with async http client.
|
| HttpWorker.HttpAsyncHandler |
Async HTTP Client handler wrapper.
|
| OperationWorker |
AHC based.
|
| PingWorker |
Using callable to start a new thread to run the Ping execution task (which
make take minutes).
|
| PingWorker.PingTask |
thread to return the future.
|
| SshWorker |
Using callable to start a new thread to run the SSH execution task (which
make take minutes).
|
| SshWorker.SshTask |
thread to return the future.
|
| TcpWorker |
A worker for single TCP request class
|
| TcpWorker.MyIdleHandler |
how to pass the idle event back to the worker.
|
| TcpWorker.MyPipelineFactory |
define the list of handlers for this channel.
|
| TcpWorker.TcpChannelHandler |
The Netty response/channel handler.
|
| UdpWorker |
A worker for single UDP request class
|
| UdpWorker.MyIdleHandler |
how to pass the idle event back to the worker.
|
| UdpWorker.UdpChannelHandler |
The Netty response/channel handler.
|
| UdpWorker.UdpPipelineFactory |
define the list of handlers for this channel.
|