File Information
Library: RemotingNG/TCP
Package: TCP
Header: Poco/RemotingNG/TCP/ServerConnection.h
Description
The TCPServerConnection for handling incoming RemotingNG TCP Transport connections.
Inheritance
Direct Base Classes: Poco::Net::TCPServerConnection
All Base Classes: Poco::Net::TCPServerConnection, Poco::Runnable
Member Summary
Member Functions: run
Constructors
ServerConnection
explicit ServerConnection(
Listener::Ptr pListener,
const Poco::Net::StreamSocket & socket
);
Creates a ServerConnectionFactory using the given Listener instance.
Destructor
~ServerConnection
~ServerConnection();
Destroys the ServerConnectionFactory.
Member Functions
run
void run();
See also: Poco::Runnable::run()