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:73
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:72
Stage stage_
Definition: classic_auth_cleartext_sender.h:70
stdx::expected< Result, std::error_code > error()
Definition: classic_auth_cleartext_sender.cc:127