Package org.indi.reactor

Interface Summary
EventHandler Basic Handler class for IO events.
EventHandlerFactory Abstract Factory to create EventHandlers
QueueHandler<T> A callback handler.
TimerCallback A basic callback to be called by a reactor whenever a timer expires.
 

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.
 



Copyright © 2008. All Rights Reserved.