Kea
1.9.9-git
|
#include <asiolink/io_service.h>
#include <cc/json_feed.h>
#include <boost/shared_ptr.hpp>
#include <functional>
Go to the source code of this file.
Classes | |
class | isc::config::ClientConnection |
Represents client side connection over the unix domain socket. More... | |
struct | isc::config::ClientConnection::ControlCommand |
Encapsulates control command. More... | |
struct | isc::config::ClientConnection::SocketPath |
Encapsulates socket path. More... | |
struct | isc::config::ClientConnection::Timeout |
Encapsulates timeout value. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::config | |
Typedefs | |
typedef boost::shared_ptr< ClientConnection > | isc::config::ClientConnectionPtr |
Type of the pointer to the ClientConnection object. More... | |