7#ifndef CMD_RESPONSE_CREATOR_FACTORY_H
8#define CMD_RESPONSE_CREATOR_FACTORY_H
41 return (sole_creator_);
CmdResponseCreatorFactory()
Constructor.
virtual http::HttpResponseCreatorPtr create() const
Returns an instance of the CmdResponseCreator which is used by HTTP server to generate responses to c...
Concrete implementation of the HTTP response creator used for processing API commands.
Specifies the interface for implementing custom factory classes used to create instances of HttpRespo...
boost::shared_ptr< HttpResponseCreator > HttpResponseCreatorPtr
Pointer to the HttpResponseCreator object.
Defines the logger used by the top-level component of kea-lfc.