26#ifndef ROUTING_SRC_PROCESSORS_SENDERS_CLASSIC_QUIT_SENDER_H_
27#define ROUTING_SRC_PROCESSORS_SENDERS_CLASSIC_QUIT_SENDER_H_
33 using Processor::Processor;
a processor base class with helper functions.
Definition: processor.h:109
Definition: classic_quit_sender.h:31
stdx::expected< Result, std::error_code > close_socket()
Definition: classic_quit_sender.cc:127
void stage(Stage stage)
Definition: classic_quit_sender.h:44
std::optional< std::string_view > diagnostic_stage_name() const override
stage name of a staged processor.
Definition: classic_quit_sender.cc:140
stdx::expected< Result, std::error_code > command()
Definition: classic_quit_sender.cc:58
Stage stage() const
Definition: classic_quit_sender.h:45
stdx::expected< Result, std::error_code > process() override
Definition: classic_quit_sender.cc:43
Stage stage_
Definition: classic_quit_sender.h:54
Stage
Definition: classic_quit_sender.h:35
stdx::expected< Result, std::error_code > tls_shutdown()
Definition: classic_quit_sender.cc:88
Definition: expected.h:286