|
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 |