26#ifndef ROUTING_CLASSIC_QUIT_SENDER_INCLUDED
27#define ROUTING_CLASSIC_QUIT_SENDER_INCLUDED
33 using Processor::Processor;
a processor base class with helper functions.
Definition: processor.h:91
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
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:52
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