Kea 2.5.8
client_connection.h File Reference
#include <asiolink/io_service.h>
#include <cc/json_feed.h>
#include <boost/shared_ptr.hpp>
#include <functional>
+ Include dependency graph for client_connection.h:
+ This graph shows which files directly or indirectly include this file:

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.