Library: Net
Package: TCPServer
Header: Poco/Net/TCPServerConnectionFactory.h
This template provides a basic implementation of TCPServerConnectionFactory.
Direct Base Classes: TCPServerConnectionFactory
All Base Classes: TCPServerConnectionFactory
Member Functions: createConnection
Inherited Functions: createConnection
 
 TCPServerConnectionFactoryImpl();
 
   
 ~TCPServerConnectionFactoryImpl();
 
   
 TCPServerConnection * createConnection(
    const StreamSocket & socket
);