Package jpl.mipl.mdms.connection

Package containing all of the connection service classes for developing MDMS communication services.

See:
          Description

Interface Summary
ServiceHandler Abstarct interfaces for the service handlers that are required by the Reactor and Acceptor-Connector framework.
ServiceHandlerFactory Defines the abstract factory interface for service handler object creation.
 

Class Summary
INETAddr Wrapper class to define an endpoint of a connection to encapsulate the host and the port.
Reactor Implementation of the Reactor design pattern [POSA2] using Java NIO features for event demultiplexing and dispatching service requests that are delivered to an application from one or more clients.
SocketAcceptor Implementation of the Acceptor design pattern [POSA2] for initializing new Service Handlers.
SocketConnector Implementation of the Connector design pattern [POSA2] for initializing new Service Handler objects.
SocketStream This is a wrapper class to the java socket class.
 

Package jpl.mipl.mdms.connection Description

Package containing all of the connection service classes for developing MDMS communication services. Most of these classes are general purpose and configurable to developing Java communication services. Some of them, however, are designed for MDMS-specific use.