async_receive(CompletionToken &&token) | server_mock::ProtocolBase | inline |
async_receive_tls(CompletionToken &&token) | server_mock::ProtocolBase | inline |
async_send(CompletionToken &&token) | server_mock::ProtocolBase | inline |
async_send_tls(CompletionToken &&token) | server_mock::ProtocolBase | inline |
async_tls_accept(CompletionToken &&token) | server_mock::ProtocolBase | inline |
auth_method_data(const std::string &auth_method_data) | server_mock::ProtocolBase | inline |
auth_method_data() const | server_mock::ProtocolBase | inline |
auth_method_data_ | server_mock::ProtocolBase | protected |
auth_method_name(const std::string &auth_method_name) | server_mock::ProtocolBase | inline |
auth_method_name() const | server_mock::ProtocolBase | inline |
auth_method_name_ | server_mock::ProtocolBase | protected |
authenticate(const std::string &auth_method_name, const std::string &auth_method_data, const std::string &password, const std::vector< uint8_t > &auth_response) | server_mock::ProtocolBase | static |
avail_ssl() | server_mock::ProtocolBase | |
cancel() | server_mock::ProtocolBase | |
client_capabilities() const | server_mock::MySQLClassicProtocol | inline |
client_capabilities(classic_protocol::capabilities::value_type v) | server_mock::MySQLClassicProtocol | inline |
client_capabilities_ | server_mock::MySQLClassicProtocol | private |
client_ep_ | server_mock::ProtocolBase | protected |
client_socket() const | server_mock::ProtocolBase | inline |
client_socket_ | server_mock::ProtocolBase | protected |
encode_auth_fast_message() | server_mock::MySQLClassicProtocol | |
encode_auth_switch_message(const classic_protocol::message::server::AuthMethodSwitch &msg) | server_mock::MySQLClassicProtocol | |
encode_error(const ErrorResponse &msg) override | server_mock::MySQLClassicProtocol | virtual |
encode_ok(const OkResponse &msg) override | server_mock::MySQLClassicProtocol | virtual |
encode_resultset(const ResultsetResponse &response) override | server_mock::MySQLClassicProtocol | virtual |
encode_server_greeting(const classic_protocol::message::server::Greeting &greeting) | server_mock::MySQLClassicProtocol | |
endpoint_type typedef | server_mock::ProtocolBase | |
exec_timer() | server_mock::ProtocolBase | inline |
exec_timer_ | server_mock::ProtocolBase | protected |
init_tls() | server_mock::ProtocolBase | |
io_context() | server_mock::ProtocolBase | inline |
is_terminated_ | server_mock::ProtocolBase | private |
is_tls() | server_mock::ProtocolBase | inline |
map_tls_error_code(std::error_code ec) | server_mock::ProtocolBase | inlinestatic |
operator=(const ProtocolBase &)=delete | server_mock::ProtocolBase | |
operator=(ProtocolBase &&rhs)=delete | server_mock::ProtocolBase | |
protocol_type typedef | server_mock::ProtocolBase | |
ProtocolBase(socket_type client_sock, endpoint_type client_ep, TlsServerContext &tls_ctx) | server_mock::MySQLClassicProtocol | |
ProtocolBase(const ProtocolBase &)=delete | server_mock::MySQLClassicProtocol | |
ProtocolBase(ProtocolBase &&)=delete | server_mock::MySQLClassicProtocol | |
read_packet(std::vector< uint8_t > &payload) | server_mock::MySQLClassicProtocol | |
read_ssl(const net::mutable_buffer &buf) | server_mock::ProtocolBase | |
recv_buffer_ | server_mock::ProtocolBase | protected |
send_buffer() const | server_mock::ProtocolBase | inline |
send_buffer_ | server_mock::ProtocolBase | protected |
seq_no(uint8_t no) | server_mock::MySQLClassicProtocol | inline |
seq_no() const | server_mock::MySQLClassicProtocol | inline |
seq_no_ | server_mock::MySQLClassicProtocol | private |
server_capabilities() const | server_mock::MySQLClassicProtocol | inline |
server_capabilities(classic_protocol::capabilities::value_type v) | server_mock::MySQLClassicProtocol | inline |
server_capabilities_ | server_mock::MySQLClassicProtocol | private |
shared_capabilities() const | server_mock::MySQLClassicProtocol | inline |
socket_type typedef | server_mock::ProtocolBase | |
ssl() const | server_mock::ProtocolBase | inline |
ssl_ | server_mock::ProtocolBase | protected |
terminate() | server_mock::ProtocolBase | |
tls_accept() | server_mock::ProtocolBase | |
tls_ctx_ | server_mock::ProtocolBase | protected |
username(const std::string &username) | server_mock::ProtocolBase | inline |
username() const | server_mock::ProtocolBase | inline |
username_ | server_mock::ProtocolBase | protected |
write_ssl(const net::const_buffer &buf) | server_mock::ProtocolBase | |
~ProtocolBase()=default | server_mock::ProtocolBase | virtual |