Kea  1.9.9-git
listener.h File Reference
#include <asiolink/io_address.h>
#include <asiolink/io_service.h>
#include <asiolink/crypto_tls.h>
#include <exceptions/exceptions.h>
#include <http/response_creator_factory.h>
#include <boost/shared_ptr.hpp>
#include <cstdint>
+ Include dependency graph for listener.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::http::HttpListener
 HTTP listener. More...
 
class  isc::http::HttpListenerError
 A generic error raised by the HttpListener class. More...
 
struct  isc::http::HttpListener::IdleTimeout
 Idle connection timeout. More...
 
struct  isc::http::HttpListener::RequestTimeout
 HTTP request timeout value. More...
 

Namespaces

 isc
 Defines the logger used by the top-level component of kea-dhcp-ddns.
 
 isc::http
 

Typedefs

typedef boost::shared_ptr< const HttpListener > isc::http::ConstHttpListenerPtr
 Pointer to the const HttpListener. More...
 
typedef boost::shared_ptr< HttpListener > isc::http::HttpListenerPtr
 Pointer to the HttpListener. More...