Class Poco::Net::HTTPServerConnectionFactory (original) (raw)
Library: Net
Package: HTTPServer
Header: Poco/Net/HTTPServerConnectionFactory.h
Description
Inheritance
Direct Base Classes: TCPServerConnectionFactory
All Base Classes: TCPServerConnectionFactory
Member Summary
Member Functions: createConnection
Inherited Functions: createConnection, isStopped, operator =, stop
Constructors
HTTPServerConnectionFactory
HTTPServerConnectionFactory(
HTTPServerParams::Ptr pParams,
HTTPRequestHandlerFactory::Ptr pFactory
);
Destructor
~HTTPServerConnectionFactory 
~HTTPServerConnectionFactory();
Member Functions
createConnection 
TCPServerConnection * createConnection(
const StreamSocket & socket
);