See: Description
| Interface | Description |
|---|---|
| EventHandler | |
| Worker |
General interface for doing work.
|
| Class | Description |
|---|---|
| ChannelWorker |
Uses a
Selector to generate read, write, and connect events from registered Channels. |
| Engine |
Uses a thread to call
Worker.doWork() on all added Worker objects. |
| EngineThreadFactory | |
| SystemExitOnUnexpectedErrorHandler | |
| TimerWorker |
Responsible for generating and dispatching timer events to all registered
EventHandlers
Not thread safe; expects to be called by the thread that handles the events. |
| UserCommandWorker |
Responsible for handling User generated command events.
|