Class Summary |
Acceptor |
EventHandler for passive connection establishment. |
BasicQueueHandler |
Simple implementation of the QueueHandeler interface |
Connector |
EventHandler for active connection estabishment. |
OutputQueue |
An Output queue that can filled with as many ByteBuffers as requiered. |
Reactor |
A simple implementation of the reactor pattern (similar to eventloop /event
driven system / event demultiplexer) around the java newIO system. |
SimpleEventHandler |
A minimal implementation of the EventHandler interface. |
SimpleTimer |
A simplifyed version of the TimerHandler class taking a given delay in
miliseconds instead of an expiration Date and a class implementing
TimerCallback interface to be called back after the given delay. |
TimerHandler |
A timer class. |