Uses of Package
org.exolab.core.messenger

Packages that use org.exolab.core.messenger
org.exolab.core.messenger   
org.exolab.core.messenger.tcp   
 

Classes in org.exolab.core.messenger used by org.exolab.core.messenger
AcceptorEventListener
          An AcceptorEventListener is an object that registers to receive events generated by a ManagedConnectionAcceptor
Channel
           
ChannelHandler
          A ChannelHandler is notified of new channels by the ChannelAcceptor and is responsible for managing the channels.
ChannelListener
          An event handler for handling messages on a Channel.
Connection
          A Connection represents a logical connection over a shared physical connection, managed by a ManagedConnection
ConnectionEventListener
          A ConnectionEventListener is an object that registers to receive events generated by an Connection
ConnectionHandler
          A ConnectionHandler is notified of new connections by an ConnectionAcceptor, and is responsible for managing the connection.
ConnectionProperties
          The ConnectionProperties interface enables applications to pass Connector specific properties when creating or obtaining a Connection instance
Context
          This class encapsulates context information passed to Connection instances at construction
Demultiplexer
          A demultiplexer reads messages from a connection's physical connection implementation, and sends them to their associated Channel instances.
Limits
          Represents limits placed on a connection
ManagedConnection
          A ManagedConnection instance represents a physical connection over a low level transport protocol.

It is responsible for establishing the connection, and managing its lifecyle.

ManagedConnectionAcceptor
          A ManagedConnectionAcceptor waits for a connection request to come in over the network, and constructs a ManagedConnection object to handle it.
ManagedConnectionEventListener
          A ManagedConnectionEventListener is an object that registers to receive events generated by a ManagedConnection
ManagedPacketConnection
          A ManagedPacketConnection implements an efficient packet based protocol over a low level transport protocol.
Messenger
           
MessengerException
          Signals that a Messenger exception of some sort has occurred.
Multiplexer
          A multiplexer reads messages from a connection's channels, and sends them down the connection's physical connection implementation.
MultiplexerFactory
          A factory for Multiplexer and Demultiplexer objects
PacketChannel
          A PacketConnection is a Connection that minimises resource usage.
PacketConnection
          A PacketConnection is a Connection that minimises resource usage.
PacketQueue
          This class implements a queue of packets.
 

Classes in org.exolab.core.messenger used by org.exolab.core.messenger.tcp
AcceptorEventListener
          An AcceptorEventListener is an object that registers to receive events generated by a ManagedConnectionAcceptor
Connection
          A Connection represents a logical connection over a shared physical connection, managed by a ManagedConnection
ConnectionProperties
          The ConnectionProperties interface enables applications to pass Connector specific properties when creating or obtaining a Connection instance
Connector
          A Connector is a factory for Connection and ManagedConnectionAcceptor objects, for a specific communications protocol.
ManagedConnection
          A ManagedConnection instance represents a physical connection over a low level transport protocol.

It is responsible for establishing the connection, and managing its lifecyle.

ManagedConnectionAcceptor
          A ManagedConnectionAcceptor waits for a connection request to come in over the network, and constructs a ManagedConnection object to handle it.
ManagedConnectionEventListener
          A ManagedConnectionEventListener is an object that registers to receive events generated by a ManagedConnection
 



Copyright © 1999-2012 The Exolab Group. All Rights Reserved.