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