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 virtual

~HTTPServerConnectionFactory();

Member Functions

createConnection virtual

TCPServerConnection * createConnection(
const StreamSocket & socket
);