Library: RemotingNG/TCP
Package: TCP
Header: Poco/RemotingNG/TCP/ServerConnectionFactory.h
The TCPServerConnectionFactory for RemotingNG TCP Transport connections.
Direct Base Classes: Poco::Net::TCPServerConnectionFactory
All Base Classes: Poco::Net::TCPServerConnectionFactory
Member Functions: createConnection
Inherited Functions: createConnection
explicit ServerConnectionFactory(
Listener::Ptr pListener
);
Creates a ServerConnectionFactory using the given Listener instance.
Destroys the ServerConnectionFactory.
Poco::Net::TCPServerConnection * createConnection(
const Poco::Net::StreamSocket & socket
);