Package com.adventnet.management.transport

This package defines some basic interfaces for a generic transport provider framework communication between a client and server.

See:
          Description

Interface Summary
LogInterface This is the interface implemented by applications using the Server to gather stderr, debug and log messages.
SessionTransportProvider A basic interface which will be implemented for actual communication between client and the server.
TransportProvider Interface that creates a session transport between the client and server.
 

Class Summary
TcpClientTransportImpl Client side implementation of the TransportProvider interface that creates a client session for communicating with the server.
TcpServerTransportImpl Server side implementation of the TransportProvider interface that provides TCP as the lower layer transport.
TcpSessionTransportImpl Implementation of the SessionTransportProvider interface that provides the session communiation with TCP/IP as the lower layer transport.
TransportUtil  
 

Exception Summary
TransportException Exception thrown when an Error occurs in the Tranport Provider Classes
 

Package com.adventnet.management.transport Description

This package defines some basic interfaces for a generic transport provider framework communication between a client and server. The user can implement any protocol and plug it into the framework.



Copyright (c)AdventNet Inc., 1996-2004