Poco::RemotingNG

namespace TCP

Overview

Classes: ChannelIOS, ChannelInputStream, ChannelOutputStream, ChannelStreamBuf, Connection, ConnectionManager, Frame, FrameFactory, FrameHandler, FrameQueue, Listener, ServerConnection, ServerConnectionFactory, ServerTransport, SocketFactory, Timer, TimerTask, Transport, TransportFactory

Classes

class ChannelIOS

The base class for ChannelInputStream and ChannelOutputStreammore...

class ChannelInputStream

Stream for reading from a Connection channel. more...

class ChannelOutputStream

Stream for writing to a Connection channel. more...

class ChannelStreamBuf

This is the streambuf class used for reading from and writing to channels. more...

class Connection

This class represents a TCP connection between a client and a server. more...

class ConnectionManager

The ConnectionManager manages a collection of Connection objects. more...

class Frame

This class represents a network frame used by the TCP transport connection. more...

class FrameFactory

A factory for Frame objects, used by the Connection's Frame object pool. more...

class FrameHandler

A frame handler handles frames on behalf of a Connectionmore...

class FrameQueue

A queue of frames. more...

class Listener

The RemotingNG Listener implementation for the TCP transport. more...

class ServerConnection

The TCPServerConnection for handling incoming RemotingNG TCP Transport connections. more...

class ServerConnectionFactory

The TCPServerConnectionFactory for RemotingNG TCP Transport connections. more...

class ServerTransport

The ServerTransport implementation for the RemotingNG TCP transport. more...

class SocketFactory

SocketFactory is used by the ConnectionManager to create a socket for the connection to the listener on the server. more...

class Timer

A Timer allows to schedule tasks (TimerTask objects) for future execution in a background thread. more...

class TimerTask

A task that can be scheduled for one-time or repeated execution by a Timermore...

class Transport

The Transport implementation for RemotingNG TCPmore...

class TransportFactory

The TransportFactory for RemotingNG TCP Transport objects. more...