Package com.msi.network.server

Interface Summary
RHBuilder This defines the methods necessary for a request handler builder that can be used by the request handler factory.
ServerConstants  
 

Class Summary
adminTCPServer The adminTCPServer is a TCPServer that contains another TCPServer.
Command Defines the common API for server commands.
CommandProcessor Control the flow of processing server commands.
RequestHandler A request handler provides a single method for servicing a request and providing a response.
RHFactory This is a gateway class that allows the application to register a capability for a requesthandler object to be constructed and for a requesthandler based server to create these application requesthandlers as needed.
TCPServer TCPServer implements a multi-threaded ServerSocket based server.
 

Exception Summary
RHConnectionException An RHConnectionException is thrown when a requestHandler connection is null or a non-read, non-write error occurs.
RHException Base exception for all RequestHandler errors.
RHReadException An RHReadException is thrown when a requestHandler cannot read the connection.
RHWriteException An RHWriteException is thrown when a requestHandler cannot write the connection.
 



Copyright © 2001-2002 MileStone Solutions, Inc. All Rights Reserved.