MySQL 26.7.0
Source Code Documentation
http::server::Server Member List

This is the complete list of members for http::server::Server, including all inherited members.

allowed_methods_http::server::Serverprivate
bind_raw_http::server::Serverprivate
bind_ssl_http::server::Serverprivate
cancel_all_suppressed_log_summaries()http::server::Serverprivate
cancel_suppressed_log_summary(RateLimitedLogState &state)http::server::Serverprivate
clear_overrides()http::server::Server
configured_max_http_connections_http::server::Serverprivate
configured_max_request_body_size_http::server::Serverprivate
configured_max_response_body_size_http::server::Serverprivate
connections_http::server::Serverprivate
connections_ssl_http::server::Serverprivate
current_thread_http::server::Serverprivate
disconnect_all()http::server::Serverprivate
effective_max_http_connections() consthttp::server::Server
effective_max_request_body_size() consthttp::server::Server
effective_max_response_body_size() consthttp::server::Server
flush_all_suppressed_log_summaries()http::server::Serverprivate
flush_suppressed_log_summary(RateLimitedLogState &state, const char *summary_message)http::server::Serverprivate
handler_http::server::Serverprivate
has_max_http_connections_override_http::server::Serverprivate
has_max_request_body_size_override_http::server::Serverprivate
has_max_response_body_size_override_http::server::Serverprivate
invalid_request_body_headers_reject_log_http::server::Serverprivate
io_context typedefhttp::server::Server
IoIterator typedefhttp::server::Server
IoThreads typedefhttp::server::Server
log_flush_context_http::server::Serverprivate
log_invalid_request_body_headers_rejection(std::string_view reason) overridehttp::server::Serverprivate
log_max_http_connections_rejection(const uint64_t max_http_connections)http::server::Serverprivate
log_max_request_body_size_rejection(uint64_t max_request_body_size, std::optional< uint64_t > content_length) overridehttp::server::Serverprivatevirtual
log_max_response_body_size_rejection(uint64_t max_response_body_size, uint64_t response_body_size) overridehttp::server::Serverprivatevirtual
max_http_connections_override_http::server::Serverprivate
max_http_connections_reject_log_http::server::Serverprivate
max_request_body_size() const overridehttp::server::Serverinlineprivatevirtual
max_request_body_size_override_http::server::Serverprivate
max_request_body_size_reject_log_http::server::Serverprivate
max_response_body_size() const overridehttp::server::Serverinlineprivatevirtual
max_response_body_size_override_http::server::Serverprivate
max_response_body_size_reject_log_http::server::Serverprivate
Methods typedefhttp::server::Server
mutex_connection_http::server::Serverprivate
mutex_limit_log_http::server::Serverprivate
native_handle_type typedefhttp::server::Server
on_connection_close(ConnectionTls *connection) overridehttp::server::Serverprivate
on_connection_close(ConnectionRaw *connection) overridehttp::server::Serverprivate
on_connection_io_error(ConnectionTls *connection, const std::error_code &ec) overridehttp::server::Serverprivate
on_connection_io_error(ConnectionRaw *connection, const std::error_code &ec) overridehttp::server::Serverprivate
on_new_connection(socket socket)http::server::Serverprivate
on_new_ssl_connection(socket socket)http::server::Serverprivate
reject_max_http_connections_limit() consthttp::server::Serverprivate
return_next_thread()http::server::Serverprivate
schedule_suppressed_log_summary(RateLimitedLogState &state, const char *summary_message)http::server::Serverprivate
Server(TlsServerContext *tls_context, IoThreads *threads, Bind *bind_raw, Bind *bind_ssl, uint64_t max_http_connections=kDefaultMaxHttpConnections, uint64_t max_request_body_size=kDefaultMaxRequestBodySize, uint64_t max_response_body_size=kDefaultMaxResponseBodySize, net::io_context *log_flush_context=nullptr)http::server::Server
set_allowed_methods(const Methods &methods)http::server::Server
set_max_http_connections(std::optional< uint64_t > value)http::server::Server
set_max_request_body_size(std::optional< uint64_t > value)http::server::Server
set_max_response_body_size(std::optional< uint64_t > value)http::server::Server
set_request_handler(RequestHandlerInterface *handler)http::server::Server
socket typedefhttp::server::Server
socket_move_to_io_thread(socket socket)http::server::Serverprivate
start()http::server::Server
start_accepting()http::server::Serverprivate
State enum namehttp::server::Serverprivate
stop()http::server::Server
sync_state_http::server::Serverprivate
threads_http::server::Serverprivate
tls_context_http::server::Serverprivate