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