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:63
stdx::expected< Result, std::error_code > request_plaintext_password()
Definition: classic_greeting_receiver.cc:752
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:788
stdx::expected< Result, std::error_code > process() override
Definition: classic_greeting_receiver.cc:91
Stage stage_
Definition: classic_greeting_receiver.h:81
stdx::expected< Result, std::error_code > tls_accept_init()
Definition: classic_greeting_receiver.cc:524
stdx::expected< Result, std::error_code > accepted()
Definition: classic_greeting_receiver.cc:905
stdx::expected< Result, std::error_code > client_greeting()
handle client greeting.
Definition: classic_greeting_receiver.cc:322
stdx::expected< Result, std::error_code > server_greeting()
client<-router: server::greeting.
Definition: classic_greeting_receiver.cc:172
Stage stage() const
Definition: classic_greeting_receiver.h:64
stdx::expected< Result, std::error_code > authenticated()
Definition: classic_greeting_receiver.cc:971
classic_protocol::message::server::Error connect_err_
Definition: classic_greeting_receiver.h:83
stdx::expected< Result, std::error_code > error()
Definition: classic_greeting_receiver.cc:132
stdx::expected< Result, std::error_code > server_first_greeting()
client<-router: server::greeting.
Definition: classic_greeting_receiver.cc:270
stdx::expected< Result, std::error_code > decrypt_password()
Definition: classic_greeting_receiver.cc:863
stdx::expected< Result, std::error_code > init()
Definition: classic_greeting_receiver.cc:152
stdx::expected< Result, std::error_code > client_greeting_after_tls()
Definition: classic_greeting_receiver.cc:650
stdx::expected< Result, std::error_code > tls_accept()
Definition: classic_greeting_receiver.cc:548
a processor base class with helper functions.
Definition: processor.h:91
Definition: expected.h:286
borrowable::message::server::Error< false > Error
Definition: classic_protocol_message.h:1411