Library: OSP/Shell
Package: Shell
Header: Poco/OSP/Shell/ShellConnectionFactory.h
The factory for ShellConnection objects.
Direct Base Classes: Poco::Net::TCPServerConnectionFactory
All Base Classes: Poco::Net::TCPServerConnectionFactory
Member Functions: createConnection
Inherited Functions: createConnection
ShellConnectionFactory(
    CommandProcessor & processor,
    const std::string & authServiceName
);
Creates the ShellConnectionFactory.
 Destroys the ShellConnectionFactory.
Poco::Net::TCPServerConnection * createConnection(
    const Poco::Net::StreamSocket & socket
);