accepted() | MySQLRoutingConnectionBase | |
active_work_ | MysqlRoutingXConnection | private |
async_recv_client(Function next) | MysqlRoutingXConnection | |
async_recv_server(Function next) | MysqlRoutingXConnection | |
async_run() | MysqlRoutingXConnection | |
async_send_client(Function next) | MysqlRoutingXConnection | |
async_send_client_buffer(net::const_buffer send_buf, Function next) | MysqlRoutingXConnection | |
async_send_server(Function next) | MysqlRoutingXConnection | |
async_send_server_buffer(net::const_buffer send_buf, Function next) | MysqlRoutingXConnection | |
call_next_function(Function next) | MysqlRoutingXConnection | inline |
client_cap_get() | MysqlRoutingXConnection | |
client_cap_set() | MysqlRoutingXConnection | |
client_con_close() | MysqlRoutingXConnection | |
client_conn() | MysqlRoutingXConnection | inline |
client_conn() const | MysqlRoutingXConnection | inline |
client_conn_ | MysqlRoutingXConnection | private |
client_crud_create_view() | MysqlRoutingXConnection | |
client_crud_delete() | MysqlRoutingXConnection | |
client_crud_drop_view() | MysqlRoutingXConnection | |
client_crud_find() | MysqlRoutingXConnection | |
client_crud_insert() | MysqlRoutingXConnection | |
client_crud_modify_view() | MysqlRoutingXConnection | |
client_crud_update() | MysqlRoutingXConnection | |
client_cursor_close() | MysqlRoutingXConnection | |
client_cursor_fetch() | MysqlRoutingXConnection | |
client_cursor_open() | MysqlRoutingXConnection | |
client_expect_close() | MysqlRoutingXConnection | |
client_expect_open() | MysqlRoutingXConnection | |
client_fd_ | MySQLRoutingConnectionBase | private |
client_id_ | MySQLRoutingConnectionBase | private |
client_prepare_deallocate() | MysqlRoutingXConnection | |
client_prepare_execute() | MysqlRoutingXConnection | |
client_prepare_prepare() | MysqlRoutingXConnection | |
client_protocol() | MysqlRoutingXConnection | inline |
client_protocol() const | MysqlRoutingXConnection | inline |
client_recv_auth_continue() | MysqlRoutingXConnection | |
client_recv_cmd() | MysqlRoutingXConnection | |
client_send_server_greeting_from_router() | MysqlRoutingXConnection | |
client_sess_auth_start() | MysqlRoutingXConnection | |
client_session_close() | MysqlRoutingXConnection | |
client_session_reset() | MysqlRoutingXConnection | |
client_socket_failed(std::error_code ec) | MysqlRoutingXConnection | |
client_stmt_execute() | MysqlRoutingXConnection | |
client_tls_shutdown() | MysqlRoutingXConnection | |
ClientSideConnection typedef | MysqlRoutingXConnection | private |
clock_type typedef | MysqlRoutingXConnection | private |
connect() | MysqlRoutingXConnection | |
connected() | MySQLRoutingConnectionBase | virtual |
connector() | MysqlRoutingXConnection | inlineprivate |
connector() const | MysqlRoutingXConnection | inlineprivate |
connector_ | MysqlRoutingXConnection | private |
connector_type typedef | MysqlRoutingXConnection | |
context() | MySQLRoutingConnectionBase | inline |
context() const | MySQLRoutingConnectionBase | inline |
context_ | MySQLRoutingConnectionBase | protected |
create(Args &&... args) | MysqlRoutingXConnection | inlinestatic |
dest_ssl_mode() const | MysqlRoutingXConnection | inline |
destination_endpoint() const override | MysqlRoutingXConnection | inlinevirtual |
destinations_ | MysqlRoutingXConnection | private |
disassociate() | MySQLRoutingConnectionBase | inline |
disconnect() override | MysqlRoutingXConnection | virtual |
disconnect_ | MySQLRoutingConnectionBase | protected |
disconnect_request(F &&f) | MySQLRoutingConnectionBase | inline |
disconnect_requested() const | MySQLRoutingConnectionBase | inline |
done() | MysqlRoutingXConnection | |
encode_error_packet(std::vector< uint8_t > &error_frame, uint16_t error_code, const std::string &msg, const std::string &sql_state="HY000", Mysqlx::Error::Severity severity=Mysqlx::Error::ERROR) | MysqlRoutingXConnection | static |
finish() | MysqlRoutingXConnection | |
forward_client_to_server(Function this_func, Function next_func) | MysqlRoutingXConnection | |
forward_frame_from_client_to_server() | MysqlRoutingXConnection | |
forward_frame_from_server_to_client() | MysqlRoutingXConnection | |
forward_server_to_client(Function this_func, Function next_func) | MysqlRoutingXConnection | |
forward_tls(Channel &src_channel, Channel &dst_channel) | MysqlRoutingXConnection | |
forward_tls_client_to_server() | MysqlRoutingXConnection | |
forward_tls_init() | MysqlRoutingXConnection | |
forward_tls_server_to_client() | MysqlRoutingXConnection | |
ForwardResult enum name | MysqlRoutingXConnection | |
Function enum name | MysqlRoutingXConnection | |
get_bytes_down() const | MySQLRoutingConnectionBase | inline |
get_bytes_up() const | MySQLRoutingConnectionBase | inline |
get_client_address() const override | MysqlRoutingXConnection | inlinevirtual |
get_client_fd() const override | MysqlRoutingXConnection | inlinevirtual |
get_connected_to_server() const | MySQLRoutingConnectionBase | inline |
get_destination_id() const override | MysqlRoutingXConnection | inlinevirtual |
get_last_received_from_server() const | MySQLRoutingConnectionBase | inline |
get_last_sent_to_server() const | MySQLRoutingConnectionBase | inline |
get_server_address() const override | MysqlRoutingXConnection | inlinevirtual |
get_started() const | MySQLRoutingConnectionBase | inline |
get_stats() const | MySQLRoutingConnectionBase | inline |
getptr() | MysqlRoutingXConnection | inline |
greeting_from_router_ | MysqlRoutingXConnection | private |
last_trace_ | MysqlRoutingXConnection | private |
log_connection_summary() | MySQLRoutingConnectionBase | protected |
MySQLRoutingConnectionBase(MySQLRoutingContext &context, std::function< void(MySQLRoutingConnectionBase *)> remove_callback) | MySQLRoutingConnectionBase | inline |
MysqlRoutingXConnection(MySQLRoutingContext &context, RouteDestination *route_destination, std::unique_ptr< ConnectionBase > client_connection, std::unique_ptr< RoutingConnectionBase > client_routing_connection, std::function< void(MySQLRoutingConnectionBase *)> remove_callback) | MysqlRoutingXConnection | inlineprivate |
passthrough_tls_init() | MysqlRoutingXConnection | |
read_only_destination_endpoint() const | MySQLRoutingConnectionBase | inlinevirtual |
read_only_destination_id() const | MySQLRoutingConnectionBase | inlinevirtual |
read_write_destination_endpoint() const | MySQLRoutingConnectionBase | inlinevirtual |
read_write_destination_id() const | MySQLRoutingConnectionBase | inlinevirtual |
recv_client_failed(std::error_code ec) | MysqlRoutingXConnection | |
recv_server_failed(std::error_code ec) | MysqlRoutingXConnection | |
remove_callback_ | MySQLRoutingConnectionBase | protected |
route_destination_ | MysqlRoutingXConnection | private |
send_client_failed(std::error_code ec) | MysqlRoutingXConnection | |
send_server_failed(std::error_code ec) | MysqlRoutingXConnection | |
server_conn() | MysqlRoutingXConnection | inline |
server_conn() const | MysqlRoutingXConnection | inline |
server_conn_ | MysqlRoutingXConnection | private |
server_id_ | MySQLRoutingConnectionBase | private |
server_init_tls() | MysqlRoutingXConnection | |
server_protocol() | MysqlRoutingXConnection | inline |
server_protocol() const | MysqlRoutingXConnection | inline |
server_recv_auth_response() | MysqlRoutingXConnection | |
server_recv_auth_response_continue() | MysqlRoutingXConnection | |
server_recv_auth_response_forward() | MysqlRoutingXConnection | |
server_recv_auth_response_forward_last() | MysqlRoutingXConnection | |
server_recv_cap_get_response() | MysqlRoutingXConnection | |
server_recv_cap_get_response_forward() | MysqlRoutingXConnection | |
server_recv_cap_get_response_forward_last() | MysqlRoutingXConnection | |
server_recv_cap_set_response() | MysqlRoutingXConnection | |
server_recv_cap_set_response_forward() | MysqlRoutingXConnection | |
server_recv_cap_set_response_forward_last() | MysqlRoutingXConnection | |
server_recv_check_caps_response() | MysqlRoutingXConnection | |
server_recv_crud_create_view_response() | MysqlRoutingXConnection | |
server_recv_crud_create_view_response_forward() | MysqlRoutingXConnection | |
server_recv_crud_create_view_response_forward_last() | MysqlRoutingXConnection | |
server_recv_crud_delete_response() | MysqlRoutingXConnection | |
server_recv_crud_delete_response_forward() | MysqlRoutingXConnection | |
server_recv_crud_delete_response_forward_last() | MysqlRoutingXConnection | |
server_recv_crud_drop_view_response() | MysqlRoutingXConnection | |
server_recv_crud_drop_view_response_forward() | MysqlRoutingXConnection | |
server_recv_crud_drop_view_response_forward_last() | MysqlRoutingXConnection | |
server_recv_crud_find_response() | MysqlRoutingXConnection | |
server_recv_crud_find_response_forward() | MysqlRoutingXConnection | |
server_recv_crud_find_response_forward_last() | MysqlRoutingXConnection | |
server_recv_crud_insert_response() | MysqlRoutingXConnection | |
server_recv_crud_insert_response_forward() | MysqlRoutingXConnection | |
server_recv_crud_insert_response_forward_last() | MysqlRoutingXConnection | |
server_recv_crud_modify_view_response() | MysqlRoutingXConnection | |
server_recv_crud_modify_view_response_forward() | MysqlRoutingXConnection | |
server_recv_crud_modify_view_response_forward_last() | MysqlRoutingXConnection | |
server_recv_crud_update_response() | MysqlRoutingXConnection | |
server_recv_crud_update_response_forward() | MysqlRoutingXConnection | |
server_recv_crud_update_response_forward_last() | MysqlRoutingXConnection | |
server_recv_cursor_close_response() | MysqlRoutingXConnection | |
server_recv_cursor_close_response_forward() | MysqlRoutingXConnection | |
server_recv_cursor_close_response_forward_last() | MysqlRoutingXConnection | |
server_recv_cursor_fetch_response() | MysqlRoutingXConnection | |
server_recv_cursor_fetch_response_forward() | MysqlRoutingXConnection | |
server_recv_cursor_fetch_response_forward_last() | MysqlRoutingXConnection | |
server_recv_cursor_open_response() | MysqlRoutingXConnection | |
server_recv_cursor_open_response_forward() | MysqlRoutingXConnection | |
server_recv_cursor_open_response_forward_last() | MysqlRoutingXConnection | |
server_recv_expect_close_response() | MysqlRoutingXConnection | |
server_recv_expect_close_response_forward() | MysqlRoutingXConnection | |
server_recv_expect_close_response_forward_last() | MysqlRoutingXConnection | |
server_recv_expect_open_response() | MysqlRoutingXConnection | |
server_recv_expect_open_response_forward() | MysqlRoutingXConnection | |
server_recv_expect_open_response_forward_last() | MysqlRoutingXConnection | |
server_recv_prepare_deallocate_response() | MysqlRoutingXConnection | |
server_recv_prepare_deallocate_response_forward() | MysqlRoutingXConnection | |
server_recv_prepare_deallocate_response_forward_last() | MysqlRoutingXConnection | |
server_recv_prepare_execute_response() | MysqlRoutingXConnection | |
server_recv_prepare_execute_response_forward() | MysqlRoutingXConnection | |
server_recv_prepare_execute_response_forward_last() | MysqlRoutingXConnection | |
server_recv_prepare_prepare_response() | MysqlRoutingXConnection | |
server_recv_prepare_prepare_response_forward() | MysqlRoutingXConnection | |
server_recv_prepare_prepare_response_forward_last() | MysqlRoutingXConnection | |
server_recv_server_greeting_from_server() | MysqlRoutingXConnection | |
server_recv_session_close_response() | MysqlRoutingXConnection | |
server_recv_session_close_response_forward() | MysqlRoutingXConnection | |
server_recv_session_close_response_forward_last() | MysqlRoutingXConnection | |
server_recv_session_reset_response() | MysqlRoutingXConnection | |
server_recv_session_reset_response_forward() | MysqlRoutingXConnection | |
server_recv_session_reset_response_forward_last() | MysqlRoutingXConnection | |
server_recv_stmt_execute_response() | MysqlRoutingXConnection | |
server_recv_stmt_execute_response_forward() | MysqlRoutingXConnection | |
server_recv_stmt_execute_response_forward_last() | MysqlRoutingXConnection | |
server_recv_switch_tls_response() | MysqlRoutingXConnection | |
server_recv_switch_tls_response_passthrough() | MysqlRoutingXConnection | |
server_recv_switch_tls_response_passthrough_forward() | MysqlRoutingXConnection | |
server_recv_switch_tls_response_passthrough_forward_last() | MysqlRoutingXConnection | |
server_recv_switch_tls_response_passthrough_forward_ok() | MysqlRoutingXConnection | |
server_send_check_caps() | MysqlRoutingXConnection | |
server_send_switch_to_tls() | MysqlRoutingXConnection | |
server_socket_failed(std::error_code ec) | MysqlRoutingXConnection | |
server_tls_shutdown() | MysqlRoutingXConnection | |
ServerSideConnection typedef | MysqlRoutingXConnection | private |
source_ssl_mode() const | MysqlRoutingXConnection | inline |
started_ | MysqlRoutingXConnection | private |
stats_ | MySQLRoutingConnectionBase | protected |
time_point_type typedef | MySQLRoutingConnectionBase | |
tls_accept() | MysqlRoutingXConnection | |
tls_accept_finalize() | MysqlRoutingXConnection | |
tls_accept_init() | MysqlRoutingXConnection | |
tls_connect() | MysqlRoutingXConnection | |
tls_connect_init() | MysqlRoutingXConnection | |
transfered_to_client(size_t bytes) | MySQLRoutingConnectionBase | inline |
transfered_to_server(size_t bytes) | MySQLRoutingConnectionBase | inline |
wait_client_close() | MysqlRoutingXConnection | |
~MySQLRoutingConnectionBase()=default | MySQLRoutingConnectionBase | virtual |