Kea 2.7.5
|
Contains declarations for control socket communication. More...
Go to the source code of this file.
Classes | |
class | isc::netconf::ControlSocketBase |
Base class for control socket communication. More... | |
class | isc::netconf::ControlSocketError |
Exception thrown when the error during communication. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::netconf |
Typedefs | |
using | isc::netconf::ControlSocketBasePtr = std::shared_ptr<ControlSocketBase> |
Type definition for the pointer to the ControlSocketBase . | |
Functions | |
ControlSocketBasePtr | isc::netconf::controlSocketFactory (CfgControlSocketPtr ctrl_sock) |
Factory function for control sockets. | |
template<CfgControlSocket::Type TYPE> | |
ControlSocketBasePtr | isc::netconf::createControlSocket (CfgControlSocketPtr ctrl_sock) |
Factory template for control sockets. | |
Contains declarations for control socket communication.
Definition in file control_socket.h.