26#ifndef ROUTING_CLASSIC_GREETING_RECEIVER_INCLUDED
27#define ROUTING_CLASSIC_GREETING_RECEIVER_INCLUDED
38 using Processor::Processor;
classic protocol handshake between client<->router (and router<->server).
Definition: classic_greeting_receiver.h:36
void stage(Stage stage)
Definition: classic_greeting_receiver.h:62
stdx::expected< Result, std::error_code > request_plaintext_password()
Definition: classic_greeting_receiver.cc:699
Stage
stages of the handshake flow.
Definition: classic_greeting_receiver.h:43
@ RequestPlaintextPassword
stdx::expected< Result, std::error_code > plaintext_password()
receive the client's plaintext password.
Definition: classic_greeting_receiver.cc:739
stdx::expected< Result, std::error_code > process() override
Definition: classic_greeting_receiver.cc:117
Stage stage_
Definition: classic_greeting_receiver.h:79
stdx::expected< Result, std::error_code > tls_accept_init()
Definition: classic_greeting_receiver.cc:492
stdx::expected< Result, std::error_code > accepted()
Definition: classic_greeting_receiver.cc:762
stdx::expected< Result, std::error_code > client_greeting()
handle client greeting.
Definition: classic_greeting_receiver.cc:347
stdx::expected< Result, std::error_code > server_greeting()
client<-router: server::greeting.
Definition: classic_greeting_receiver.cc:196
Stage stage() const
Definition: classic_greeting_receiver.h:63
stdx::expected< Result, std::error_code > authenticated()
Definition: classic_greeting_receiver.cc:808
classic_protocol::message::server::Error connect_err_
Definition: classic_greeting_receiver.h:81
stdx::expected< Result, std::error_code > error()
Definition: classic_greeting_receiver.cc:156
stdx::expected< Result, std::error_code > server_first_greeting()
client<-router: server::greeting.
Definition: classic_greeting_receiver.cc:293
stdx::expected< Result, std::error_code > init()
Definition: classic_greeting_receiver.cc:176
stdx::expected< Result, std::error_code > client_greeting_after_tls()
Definition: classic_greeting_receiver.cc:595
stdx::expected< Result, std::error_code > tls_accept()
Definition: classic_greeting_receiver.cc:514
a processor base class with helper functions.
Definition: processor.h:89
Definition: expected.h:944
borrowable::message::server::Error< false > Error
Definition: classic_protocol_message.h:1399