Ver. 20060815
A B C D G H I K L M O P R S T V W

C

challengeNum - Variable in class Server.ConnectionContainer
 
ClientContainer - Class in Server
Contains all of the state information for a SIMSA client as well as handles inbound messages according to client specifications with a client parser.
ClientContainer(SelectionKey) - Constructor for class Server.ClientContainer
Creates a client container for an incoming connection.
clientList - Variable in class Server.Server
 
clientPort - Variable in class Server.Server
 
clientPortKey - Variable in class Server.Server
 
closeModules() - Method in class Server.WatchDog
Tells the server to send close messages to the modules so they should exit nicely, allowing a restart of the server.
closeRemoteAdmin() - Method in class Server.WatchDog
Attempts to nicely close the AdminConsole.
closeSocketListener() - Method in class Server.WatchDog
Attempts to nicely close the main server listener in order to close all of the persistant connections.
connected - Variable in class Server.ConnectionContainer
 
connectedModule() - Method in class Server.ClientContainer
Returns a reference to the module that this client is associated with; null if this client isn't connected to a module.
ConnectionContainer - Class in Server
Abstract encapsulation of an incoming socket connection.
ConnectionContainer(SelectionKey) - Constructor for class Server.ConnectionContainer
Creates a generic container for an incoming connection.
connectToModule(ModuleContainer) - Method in class Server.ClientContainer
Associates a module with this client for routing messages.

Ver. 20060815
A B C D G H I K L M O P R S T V W