7#ifndef HTTP_COMMAND_RESPONSE_CREATOR_FACTORY_H
8#define HTTP_COMMAND_RESPONSE_CREATOR_FACTORY_H
50 return (sole_creator_);
HTTP response creator factory for HTTP control socket.
HttpCommandResponseCreatorFactory(HttpCommandConfigPtr config)
Constructor.
virtual http::HttpResponseCreatorPtr create() const
Returns an instance of the HttpCommandResponseCreator which is used by HTTP server to generate respon...
Concrete implementation of the HTTP response creator used for HTTP control socket.
Specifies the interface for implementing custom factory classes used to create instances of HttpRespo...
boost::shared_ptr< HttpCommandConfig > HttpCommandConfigPtr
Pointer to a HttpCommandConfig object.
boost::shared_ptr< HttpResponseCreator > HttpResponseCreatorPtr
Pointer to the HttpResponseCreator object.
Defines the logger used by the top-level component of kea-lfc.