Class Summary |
TcpEventReceiver |
This class is the access point for the agents to hook into the event queue. |
TcpRecordHandler |
This class is used to do the initial read of data from the input stream and
break it up into records. |
TcpRecordHandler.StateManager |
This class is use to model the set of states, the attached
TcpRecordHandler, and the transition actions. |
TcpServer |
This class implement the server features necessary to receive events from
incomming connections. |
TcpStreamHandler |
Provides the logic and context of execution necessary to actually process a
client's event XML document. |