Kea 2.7.5
|
#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 | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::config |
Typedefs | |
typedef boost::shared_ptr< ClientConnection > | isc::config::ClientConnectionPtr |
Type of the pointer to the ClientConnection object. | |