26#ifndef ROUTING_SRC_PROCESSORS_FORWARDERS_CLASSIC_QUIT_FORWARDER_H_
27#define ROUTING_SRC_PROCESSORS_FORWARDERS_CLASSIC_QUIT_FORWARDER_H_
33 using ForwardingProcessor::ForwardingProcessor;
a processor base class with helper functions.
Definition: forwarding_processor.h:38
Definition: classic_quit_forwarder.h:31
std::optional< std::string_view > diagnostic_stage_name() const override
stage name of a staged processor.
Definition: classic_quit_forwarder.cc:346
stdx::expected< Result, std::error_code > client_tls_shutdown_first()
Definition: classic_quit_forwarder.cc:223
Stage
Definition: classic_quit_forwarder.h:35
@ ClientTlsShutdownResponse
@ ServerTlsShutdownResponse
stdx::expected< Result, std::error_code > client_tls_shutdown_response()
Definition: classic_quit_forwarder.cc:326
stdx::expected< Result, std::error_code > command()
Definition: classic_quit_forwarder.cc:80
Stage stage_
Definition: classic_quit_forwarder.h:62
Stage stage() const
Definition: classic_quit_forwarder.h:49
stdx::expected< Result, std::error_code > client_shutdown_send()
Definition: classic_quit_forwarder.cc:272
stdx::expected< Result, std::error_code > process() override
forward the quit message flow.
Definition: classic_quit_forwarder.cc:57
stdx::expected< Result, std::error_code > server_tls_shutdown_first()
Definition: classic_quit_forwarder.cc:131
stdx::expected< Result, std::error_code > server_tls_shutdown_response()
Definition: classic_quit_forwarder.cc:307
void stage(Stage stage)
Definition: classic_quit_forwarder.h:48
stdx::expected< Result, std::error_code > server_shutdown_send()
Definition: classic_quit_forwarder.cc:183
Definition: expected.h:286