#include <asiolink/tcp_acceptor.h>
#include <boost/function.hpp>
#include <boost/system/system_error.hpp>
Go to the source code of this file.
|
| namespace | isc |
| | Defines the logger used by the top-level component of kea-dhcp-ddns.
|
| |
| namespace | isc::http |
| |
|
| typedef asiolink::TCPAcceptor< HttpAcceptorCallback > | isc::http::HttpAcceptor |
| | Type of the TCP acceptor used in this library.
|
| |
| typedef boost::function< void(const boost::system::error_code &)> | isc::http::HttpAcceptorCallback |
| | Type of the callback for the TCP acceptor used in this library.
|
| |