Class Summary |
AdminConsole |
Administration console for the server. |
ClientContainer |
Contains all of the state information for a SIMSA client
as well as handles inbound messages according to client
specifications with a client parser. |
ConnectionContainer |
Abstract encapsulation of an incoming socket connection. |
ModuleContainer |
Contains all of the state information for a SIMSA module
as well as handles inbound messages according to module
specifications with a module parser. |
Server |
Reference implementation of the SIMSA Server that contain
the abstracted connections for clients and modules. |
WatchDog |
The startup class that watches the server threads and kills them
when the server is exiting. |