Kea 1.5.0
http_acceptor.h
Go to the documentation of this file.
1// Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
2//
3// This Source Code Form is subject to the terms of the Mozilla Public
4// License, v. 2.0. If a copy of the MPL was not distributed with this
5// file, You can obtain one at http://mozilla.org/MPL/2.0/.
6
7#ifndef HTTP_ACCEPTOR_H
8#define HTTP_ACCEPTOR_H
9
11#include <boost/function.hpp>
12#include <boost/system/system_error.hpp>
13
14namespace isc {
15namespace http {
16
18typedef boost::function<void(const boost::system::error_code&)>
20
23
24} // end of namespace isc::http
25} // end of namespace isc
26
27#endif
boost::function< void(const boost::system::error_code &)> HttpAcceptorCallback
Type of the callback for the TCP acceptor used in this library.
Definition: http_acceptor.h:19
asiolink::TCPAcceptor< HttpAcceptorCallback > HttpAcceptor
Type of the TCP acceptor used in this library.
Definition: http_acceptor.h:22
Defines the logger used by the top-level component of kea-dhcp-ddns.