26#ifndef ROUTING_CLASSIC_QUIT_FORWARDER_INCLUDED 
   27#define ROUTING_CLASSIC_QUIT_FORWARDER_INCLUDED 
   33  using ForwardingProcessor::ForwardingProcessor;
 
a processor base class with helper functions.
Definition: forwarding_processor.h:38
 
Definition: classic_quit_forwarder.h:31
 
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:60
 
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