Classes: ChannelIOS, ChannelInputStream, ChannelOutputStream, ChannelStreamBuf, Connection, ConnectionManager, Frame, FrameFactory, FrameHandler, FrameQueue, Listener, ServerConnection, ServerConnectionFactory, ServerTransport, SocketFactory, Timer, TimerTask, Transport, TransportFactory
The base class for ChannelInputStream and ChannelOutputStream.
Stream for reading from a Connection channel.
Stream for writing to a Connection channel.
This is the streambuf class used for reading from
and writing to channels.
This class represents a TCP connection between a client
and a server.
The ConnectionManager manages a collection of Connection objects.
This class represents a network frame used by the
TCP transport connection.
A factory for Frame objects, used by the
Connection's Frame object pool.
A frame handler handles frames on behalf
of a Connection.
The RemotingNG Listener implementation for the TCP transport.
The TCPServerConnection for handling incoming RemotingNG TCP Transport connections.
The TCPServerConnectionFactory for RemotingNG TCP Transport connections.
The ServerTransport implementation for the RemotingNG TCP transport.
SocketFactory is used by the ConnectionManager to
create a socket for the connection to the
listener on the server.
A Timer allows to schedule tasks (TimerTask objects) for future execution
in a background thread.
A task that can be scheduled for one-time or
repeated execution by a Timer.
The Transport implementation for RemotingNG TCP.
The TransportFactory for RemotingNG TCP Transport objects.