Package | Description |
---|---|
io.parallec.core.actor |
Actors to execute parallel task and return responses.
|
Class and Description |
---|
HttpWorker
This is an akka actor with async http client.
|
TcpWorker
A worker for single TCP request class
|
TcpWorker.MyIdleHandler
how to pass the idle event back to the worker.
|
UdpWorker
A worker for single UDP request class
|
UdpWorker.MyIdleHandler
how to pass the idle event back to the worker.
|