26#ifndef ROUTER_SRC_HTTP_INCLUDE_HTTP_BASE_CONNECTION_STATUS_CALLBACKS_H_
27#define ROUTER_SRC_HTTP_INCLUDE_HTTP_BASE_CONNECTION_STATUS_CALLBACKS_H_
29#include <system_error>
34template <
typename Connection>
41 const std::error_code &ec) = 0;
Definition: connection_status_callbacks.h:35
virtual void on_connection_io_error(Connection *connection, const std::error_code &ec)=0
virtual void on_connection_close(Connection *connection)=0
virtual ~ConnectionStatusCallbacks()=default
Definition: connection.h:103
Definition: connection.h:56