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