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