7 #ifndef CMD_RESPONSE_CREATOR_FACTORY_H 8 #define CMD_RESPONSE_CREATOR_FACTORY_H 51 return (sole_creator_);
HTTP response creator factory for an API listener.
CmdResponseCreatorFactory(bool emulate_agent_response=true)
Constructor.
virtual http::HttpResponseCreatorPtr create() const
Returns an instance of the CmdResponseCreator which is used by HTTP server to generate responses to c...
boost::shared_ptr< HttpResponseCreator > HttpResponseCreatorPtr
Pointer to the HttpResponseCreator object.
Defines the logger used by the top-level component of kea-lfc.
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...