Package au.com.terabit.jproactor

Interface Summary
AsynchAcceptHandler  
AsynchChannelHandler The AsynchHandler provides gateway into JavaProactor.
AsynchChannelHandlerFactory The AsynchHandlerFactory interface is responsible for creation of a new instance of ProtocolAdaptor class.
AsynchConnectHandler  
AsynchReadHandler  
AsynchTimerHandler  
AsynchWriteHandler  
 

Class Summary
Acceptor The Acceptor class allows to start user defined server-side protocol servers.
AsynchChannel The AsynchChannel is an intermidiate interface that serves as mediator between Demultiplexor and AsynchHandler
Connector  
Demultiplexor The Demultiplexor class is the core engine of the JavaProactor.
IOOperation The IOOperation class defines commonality shared between all IO operations in the JavaProactor.
IOStatistic  
OpAccept Th OpAccept class implements accept IO operation.
OpConnect The connect operation implementation.
OpRead The read operation implementation.
OpTimer This class provides implementation of the timer operations.
OpWrite The write operation implementation.
TCPAsynchChannel The TCPAsynchChannel is an intermidiate interface that serves as mediator between Demultiplexor and AsynchHandler
 

Enum Summary
AsynchChannel.State Channel states
OpTimer.State Timer state values