Package com.msi.network.connection

Interface Summary
clientConnection Defines the methods necessary to communicate as a client with a server via TCP or UDP (subclassed).
Connection Defines the methods necessary to communicate over the ServiceInterface with the client.
ConnectionConstants  
ServiceInterface Models the interface used by the server to field client requests.
 

Class Summary
clientTCPConnection Describe class clientTCPConnection here.
TCPConnection TCPConnection - a TCP/IP socket connection.
TCPInterface A ServiceInterface support the TCP/IP protocol.
 

Exception Summary
ConnectionException Base exception for all Connection errors.
ConnGetlineException ConnGetlineException - error when reading from a connection.
ConnPutlineException ConnPutlineException - error writing to connection.
ConnReadTOException ConnReadTOException - error when reading from a connection.
 



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