Library: Net
Package: HTTPServer
Header: Poco/Net/HTTPServerConnectionFactory.h
This implementation of a TCPServerConnectionFactory is used by HTTPServer to create HTTPServerConnection objects.
Direct Base Classes: TCPServerConnectionFactory
All Base Classes: TCPServerConnectionFactory
Member Functions: createConnection
Inherited Functions: createConnection
HTTPServerConnectionFactory(
HTTPServerParams::Ptr pParams,
HTTPRequestHandlerFactory::Ptr pFactory
);
Creates the HTTPServerConnectionFactory.
~HTTPServerConnectionFactory();
Destroys the HTTPServerConnectionFactory.
TCPServerConnection * createConnection(
const StreamSocket & socket
);
Creates an instance of HTTPServerConnection using the given StreamSocket.