Seastar
High performance C++ framework for concurrent servers
seastar::httpd::function_handler Member List

This is the complete list of members for seastar::httpd::function_handler, including all inherited members.

_f_handle (defined in seastar::httpd::function_handler)seastar::httpd::function_handlerprotected
_mandatory_param (defined in seastar::httpd::handler_base)seastar::httpd::handler_base
_type (defined in seastar::httpd::function_handler)seastar::httpd::function_handlerprotected
function_handler(const handle_function &f_handle, const sstring &type) (defined in seastar::httpd::function_handler)seastar::httpd::function_handlerinline
function_handler(const future_handler_function &f_handle, const sstring &type) (defined in seastar::httpd::function_handler)seastar::httpd::function_handlerinline
function_handler(const request_function &_handle, const sstring &type) (defined in seastar::httpd::function_handler)seastar::httpd::function_handlerinline
function_handler(const json_request_function &_handle) (defined in seastar::httpd::function_handler)seastar::httpd::function_handlerinline
function_handler(const future_json_function &_handle) (defined in seastar::httpd::function_handler)seastar::httpd::function_handlerinline
function_handler(const function_handler &)=default (defined in seastar::httpd::function_handler)seastar::httpd::function_handler
handle(const sstring &path, std::unique_ptr< http::request > req, std::unique_ptr< http::reply > rep) overrideseastar::httpd::function_handlerinlinevirtual
handler_base()=default (defined in seastar::httpd::handler_base)seastar::httpd::handler_baseprotected
handler_base(const handler_base &)=default (defined in seastar::httpd::handler_base)seastar::httpd::handler_baseprotected
mandatory(const sstring &param)seastar::httpd::handler_baseinline
~handler_base()=default (defined in seastar::httpd::handler_base)seastar::httpd::handler_basevirtual