7#ifndef CTRL_AGENT_RESPONSE_CREATOR_H
8#define CTRL_AGENT_RESPONSE_CREATOR_H
12#include <boost/shared_ptr.hpp>
17class CtrlAgentResponseCreator;
Concrete implementation of the HTTP response creator used by the Control Agent.
virtual http::HttpResponsePtr createStockHttpResponse(const http::HttpRequestPtr &request, const http::HttpStatusCode &status_code) const
Creates stock HTTP response.
virtual http::HttpRequestPtr createNewHttpRequest() const
Create a new request.
Specifies an interface for classes creating HTTP responses from HTTP requests.
boost::shared_ptr< CtrlAgentResponseCreator > CtrlAgentResponseCreatorPtr
Pointer to the CtrlAgentResponseCreator.
HttpStatusCode
HTTP status codes (cf RFC 2068)
boost::shared_ptr< HttpResponse > HttpResponsePtr
Pointer to the HttpResponse object.
boost::shared_ptr< HttpRequest > HttpRequestPtr
Pointer to the HttpRequest object.
Defines the logger used by the top-level component of kea-lfc.