Poco::Net

template < class S >

class TCPServerConnectionFactoryImpl

Library: Net
Package: TCPServer
Header: Poco/Net/TCPServerConnectionFactory.h

Description

This template provides a basic implementation of TCPServerConnectionFactory.

Inheritance

Direct Base Classes: TCPServerConnectionFactory

All Base Classes: TCPServerConnectionFactory

Member Summary

Member Functions: createConnection

Inherited Functions: createConnection

Constructors

TCPServerConnectionFactoryImpl inline

TCPServerConnectionFactoryImpl();

Destructor

~TCPServerConnectionFactoryImpl virtual inline

~TCPServerConnectionFactoryImpl();

Member Functions

createConnection virtual inline

TCPServerConnection * createConnection(
    const StreamSocket & socket
);