26#ifndef ROUTING_SRC_PROCESSORS_SESSION_CLASSIC_GREETING_RECEIVER_H_
27#define ROUTING_SRC_PROCESSORS_SESSION_CLASSIC_GREETING_RECEIVER_H_
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:757
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:793
stdx::expected< Result, std::error_code > process() override
Definition: classic_greeting_receiver.cc:91
Stage stage_
Definition: classic_greeting_receiver.h:83
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:910
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
std::optional< std::string_view > diagnostic_stage_name() const override
stage name of a staged processor.
Definition: classic_greeting_receiver.cc:1007
stdx::expected< Result, std::error_code > authenticated()
Definition: classic_greeting_receiver.cc:983
classic_protocol::message::server::Error connect_err_
Definition: classic_greeting_receiver.h:85
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:868
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:109
Definition: expected.h:286
borrowable::message::server::Error< false > Error
Definition: classic_protocol_message.h:1411