Server Member List

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

bind_to_any_port(const std::string &host, int socket_flags=0)Serverinline
bind_to_port(const std::string &host, int port, int socket_flags=0)Serverinline
decommission()Serverinline
Delete(const std::string &pattern, Handler handler)Serverinline
Delete(const std::string &pattern, HandlerWithContentReader handler)Serverinline
ExceptionHandler typedefServer
Expect100ContinueHandler typedefServer
Get(const std::string &pattern, Handler handler)Serverinline
Handler typedefServer
HandlerResponse enum nameServer
HandlerWithContentReader typedefServer
HandlerWithResponse typedefServer
idle_interval_sec_Serverprotected
idle_interval_usec_Serverprotected
is_running() constServerinline
is_valid() constServerinlinevirtual
keep_alive_max_count_Serverprotected
keep_alive_timeout_sec_Serverprotected
listen(const std::string &host, int port, int socket_flags=0)Serverinline
listen_after_bind()Serverinline
new_task_queueServer
Options(const std::string &pattern, Handler handler)Serverinline
Patch(const std::string &pattern, Handler handler)Serverinline
Patch(const std::string &pattern, HandlerWithContentReader handler)Serverinline
payload_max_length_Serverprotected
Post(const std::string &pattern, Handler handler)Serverinline
Post(const std::string &pattern, HandlerWithContentReader handler)Serverinline
process_request(Stream &strm, const std::string &remote_addr, int remote_port, const std::string &local_addr, int local_port, bool close_connection, bool &connection_closed, const std::function< void(Request &)> &setup_request)Serverinlineprotected
Put(const std::string &pattern, Handler handler)Serverinline
Put(const std::string &pattern, HandlerWithContentReader handler)Serverinline
read_timeout_sec_Serverprotected
read_timeout_usec_Serverprotected
remove_mount_point(const std::string &mount_point)Serverinline
Server()Serverinline
set_address_family(int family)Serverinline
set_base_dir(const std::string &dir, const std::string &mount_point=std::string())Serverinline
set_default_file_mimetype(const std::string &mime)Serverinline
set_default_headers(Headers headers)Serverinline
set_error_handler(ErrorHandlerFunc &&handler)Serverinline
set_exception_handler(ExceptionHandler handler)Serverinline
set_expect_100_continue_handler(Expect100ContinueHandler handler)Serverinline
set_file_extension_and_mimetype_mapping(const std::string &ext, const std::string &mime)Serverinline
set_file_request_handler(Handler handler)Serverinline
set_header_writer(std::function< ssize_t(Stream &, Headers &)> const &writer)Serverinline
set_idle_interval(time_t sec, time_t usec=0)Serverinline
set_idle_interval(const std::chrono::duration< Rep, Period > &duration)Serverinline
set_ipv6_v6only(bool on)Serverinline
set_keep_alive_max_count(size_t count)Serverinline
set_keep_alive_timeout(time_t sec)Serverinline
set_logger(Logger logger)Serverinline
set_mount_point(const std::string &mount_point, const std::string &dir, Headers headers=Headers())Serverinline
set_payload_max_length(size_t length)Serverinline
set_post_routing_handler(Handler handler)Serverinline
set_pre_routing_handler(HandlerWithResponse handler)Serverinline
set_read_timeout(time_t sec, time_t usec=0)Serverinline
set_read_timeout(const std::chrono::duration< Rep, Period > &duration)Serverinline
set_socket_options(SocketOptions socket_options)Serverinline
set_tcp_nodelay(bool on)Serverinline
set_write_timeout(time_t sec, time_t usec=0)Serverinline
set_write_timeout(const std::chrono::duration< Rep, Period > &duration)Serverinline
stop()Serverinline
svr_sock_Serverprotected
wait_until_ready() constServerinline
write_timeout_sec_Serverprotected
write_timeout_usec_Serverprotected
~Server()Serverinlinevirtual