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:698
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:738
stdx::expected< Result, std::error_code > process() override
Definition: classic_greeting_receiver.cc:116
Stage stage_
Definition: classic_greeting_receiver.h:79
stdx::expected< Result, std::error_code > tls_accept_init()
Definition: classic_greeting_receiver.cc:491
stdx::expected< Result, std::error_code > accepted()
Definition: classic_greeting_receiver.cc:761
stdx::expected< Result, std::error_code > client_greeting()
handle client greeting.
Definition: classic_greeting_receiver.cc:346
stdx::expected< Result, std::error_code > server_greeting()
client<-router: server::greeting.
Definition: classic_greeting_receiver.cc:195
Stage stage() const
Definition: classic_greeting_receiver.h:63
stdx::expected< Result, std::error_code > authenticated()
Definition: classic_greeting_receiver.cc:807
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:155
stdx::expected< Result, std::error_code > server_first_greeting()
client<-router: server::greeting.
Definition: classic_greeting_receiver.cc:292
stdx::expected< Result, std::error_code > init()
Definition: classic_greeting_receiver.cc:175
stdx::expected< Result, std::error_code > client_greeting_after_tls()
Definition: classic_greeting_receiver.cc:594
stdx::expected< Result, std::error_code > tls_accept()
Definition: classic_greeting_receiver.cc:513
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