7 #ifndef CTRL_AGENT_RESPONSE_CREATOR_FACTORY_H
8 #define CTRL_AGENT_RESPONSE_CREATOR_FACTORY_H
42 return (sole_creator_);
CtrlAgentResponseCreatorFactory()
Constructor.
virtual http::HttpResponseCreatorPtr create() const
Returns an instance of the CtrlAgentResponseCreator which is used by HTTP server to generate response...
HTTP response creator factory for Control Agent.
boost::shared_ptr< HttpResponseCreator > HttpResponseCreatorPtr
Pointer to the HttpResponseCreator object.
Defines the logger used by the top-level component of kea-dhcp-ddns.
Concrete implementation of the HTTP response creator used by the Control Agent.
Specifies the interface for implementing custom factory classes used to create instances of HttpRespo...