Definition: classic_auth_cleartext_sender.h:39
stdx::expected< Result, std::error_code > ok()
Definition: classic_auth_cleartext_sender.cc:116
Stage
Definition: classic_auth_cleartext_sender.h:48
stdx::expected< Result, std::error_code > init()
Definition: classic_auth_cleartext_sender.cc:60
stdx::expected< Result, std::error_code > process() override
Definition: classic_auth_cleartext_sender.cc:43
std::string password_
Definition: classic_auth_cleartext_sender.h:75
stdx::expected< Result, std::error_code > response()
Definition: classic_auth_cleartext_sender.cc:78
void stage(Stage stage)
Definition: classic_auth_cleartext_sender.h:61
AuthCleartextSender(MysqlRoutingClassicConnectionBase *conn, std::string initial_server_auth_data, std::string password)
Definition: classic_auth_cleartext_sender.h:41
Stage stage() const
Definition: classic_auth_cleartext_sender.h:62
std::string initial_server_auth_data_
Definition: classic_auth_cleartext_sender.h:74
Stage stage_
Definition: classic_auth_cleartext_sender.h:72
stdx::expected< Result, std::error_code > error()
Definition: classic_auth_cleartext_sender.cc:127
std::optional< std::string_view > diagnostic_stage_name() const override
stage name of a staged processor.
Definition: classic_auth_cleartext_sender.cc:137