![]() |
Kea
1.5.0
|
#include <asiolink/tcp_acceptor.h>#include <boost/function.hpp>#include <boost/system/system_error.hpp>
Include dependency graph for http_acceptor.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| isc | |
| Defines the logger used by the top-level component of kea-dhcp-ddns. | |
| isc::http | |
Typedefs | |
| typedef asiolink::TCPAcceptor< HttpAcceptorCallback > | isc::http::HttpAcceptor |
| Type of the TCP acceptor used in this library. More... | |
| typedef boost::function< void(const boost::system::error_code &)> | isc::http::HttpAcceptorCallback |
| Type of the callback for the TCP acceptor used in this library. More... | |