26#ifndef ROUTING_CLASSIC_COMMAND_INCLUDED
27#define ROUTING_CLASSIC_COMMAND_INCLUDED
35 using ForwardingProcessor::ForwardingProcessor;
Definition: classic_command.h:33
stdx::expected< Result, std::error_code > command()
Definition: classic_command.cc:351
void client_idle_timeout()
Definition: classic_command.cc:101
stdx::expected< Result, std::error_code > wait_both()
wait for an read-event from client and server at the same time.
Definition: classic_command.cc:317
stdx::expected< Result, std::error_code > is_authed()
Definition: classic_command.cc:86
Stage stage() const
Definition: classic_command.h:47
stdx::expected< Result, std::error_code > process() override
Definition: classic_command.cc:70
Stage
Definition: classic_command.h:37
stdx::expected< AwaitClientOrServerProcessor::AwaitResult, std::error_code > wait_both_result_
Definition: classic_command.h:59
void stage(Stage stage)
Definition: classic_command.h:46
Stage stage_
Definition: classic_command.h:56
a processor base class with helper functions.
Definition: forwarding_processor.h:34
Definition: expected.h:944