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:758
 
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:794
 
stdx::expected< Result, std::error_code > process() override
Definition: classic_greeting_receiver.cc:92
 
Stage stage_
Definition: classic_greeting_receiver.h:81
 
stdx::expected< Result, std::error_code > tls_accept_init()
Definition: classic_greeting_receiver.cc:525
 
stdx::expected< Result, std::error_code > accepted()
Definition: classic_greeting_receiver.cc:911
 
stdx::expected< Result, std::error_code > client_greeting()
handle client greeting.
Definition: classic_greeting_receiver.cc:323
 
stdx::expected< Result, std::error_code > server_greeting()
client<-router: server::greeting.
Definition: classic_greeting_receiver.cc:173
 
Stage stage() const
Definition: classic_greeting_receiver.h:64
 
stdx::expected< Result, std::error_code > authenticated()
Definition: classic_greeting_receiver.cc:984
 
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:133
 
stdx::expected< Result, std::error_code > server_first_greeting()
client<-router: server::greeting.
Definition: classic_greeting_receiver.cc:271
 
stdx::expected< Result, std::error_code > decrypt_password()
Definition: classic_greeting_receiver.cc:869
 
stdx::expected< Result, std::error_code > init()
Definition: classic_greeting_receiver.cc:153
 
stdx::expected< Result, std::error_code > client_greeting_after_tls()
Definition: classic_greeting_receiver.cc:651
 
stdx::expected< Result, std::error_code > tls_accept()
Definition: classic_greeting_receiver.cc:549
 
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