Package cgl.narada.transport.niotcp

This package contains a NIO based non-blocking TCP implementation of the interfaces specified in NaradaBrokering's transport framework.

See:
          Description

Class Summary
BytesAndTimeLag A class used to support the throttling feature in NaradaBrokering.
NIOTCPLink This is a NIOTCP implementation of the Link interface.
NIOTCPLinkFactory This is a NIOTCP implementation of the LinkFactory Interface.
NIOTCPReceiverThread Listens for NIOTCP packets arriving at a socket and performs various operations based on situations arising during communication.
NIOTCPSenderThread Responsible for sending niotcp packets across the socket connection that is established during initializations.
NIOTCPServerThread This is used by the broker process to set up a ServerSocket at the port number that is specified.
 

Package cgl.narada.transport.niotcp Description

This package contains a NIO based non-blocking TCP implementation of the interfaces specified in NaradaBrokering's transport framework.



For comments and suggestions please send e-mail to The NaradaBrokering Project