Kea 3.0.0
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

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.
namespace  isc::http

Typedefs

typedef boost::shared_ptr< const HttpListenerisc::http::ConstHttpListenerPtr
 Pointer to the const HttpListener.
typedef boost::shared_ptr< HttpListenerisc::http::HttpListenerPtr
 Pointer to the HttpListener.