Package gov.virginia.dcjs.server.util

Interface Summary
ConnectionRequestHandler This class, used by both client and server sides of a TCP * application, contains those requests which the IpApplicationServer * can process.
DatabaseRequestHandler This class, used by both client and server sides of a TCP * application, contains those requests which the IpApplicationServer * can process.
DataResponse Interface to encapsulate the response an IpApplicationServer * sends back to an IpApplicationClient.
RequestHandler This is the superclass of all RequestHandler interfaces.
Response Interface to encapsulate the response an * IpServer sends back to an IpClient.
 

Class Summary
GroupTablePermissions Permissions for a particular user group are loaded here, selected * out from the Groups table, for a specific application.
HandshakeResponse This immutable class encapsulates the response an * IpApplicationServer makes to an IpApplicationClient * to share encryption metrics.
ParameterResponse This class encapsulates the response an IpServer makes * to an IpClient when the response requires parameters.
ResponseContent This immutable class encapsulates the response an * IpApplicationServer sends back to an * IpApplicationClient.
ResponseHeader This immutable class encapsulates the response header that an * IpServer sends back to an IpClient * over a clear stream.
ServerInfo  
ServerParameters This class is used to obtain server specific parameters from an XML file, * located at the URL specified to the constructor, and based upon the * IpServer.dtd.
TimeoutConverter Helper class to convert typical hours, minutes * and seconds into milliseconds.
UserResponse This immutable class encapsulates the response an * IpApplicationServer sends back to an * IpApplicationClient.