10#ifndef HTTP_CONTROL_SOCKET_H
11#define HTTP_CONTROL_SOCKET_H
52 const std::string& service);
63 const std::string& service);
Base class for control socket communication.
Class for control socket communication over HTTP socket.
virtual data::ConstElementPtr configSet(data::ConstElementPtr config, const std::string &service)
Set configuration.
virtual data::ConstElementPtr configGet(const std::string &service)
Get configuration.
virtual data::ConstElementPtr configTest(data::ConstElementPtr config, const std::string &service)
Test configuration.
virtual ~HttpControlSocket()=default
Destructor (does nothing).
HttpControlSocket(CfgControlSocketPtr ctrl_sock)
Constructor.
Contains declarations for control socket communication.
boost::shared_ptr< const Element > ConstElementPtr
boost::shared_ptr< ControlSocketBase > ControlSocketBasePtr
Type definition for the pointer to the ControlSocketBase.
boost::shared_ptr< CfgControlSocket > CfgControlSocketPtr
Defines a pointer for CfgControlSocket instances.
boost::shared_ptr< HttpControlSocket > HttpControlSocketPtr
Type definition for the pointer to the HttpControlSocket.
Defines the logger used by the top-level component of kea-lfc.