Apache Mesos
|
This is the complete list of members for process::http::Server, including all inherited members.
address() const | process::http::Server | |
create(network::Socket socket, std::function< Future< Response >(const network::Socket &socket, const Request &)> &&f, const CreateOptions &options=DEFAULT_CREATE_OPTIONS()) | process::http::Server | static |
create(network::Socket socket, F &&f, const CreateOptions &options=DEFAULT_CREATE_OPTIONS()) | process::http::Server | inlinestatic |
create(const network::Address &address, std::function< Future< Response >(const network::Socket &, const Request &)> &&f, const CreateOptions &options=DEFAULT_CREATE_OPTIONS()) | process::http::Server | static |
create(const network::Address &address, F &&f, const CreateOptions &options=DEFAULT_CREATE_OPTIONS()) | process::http::Server | inlinestatic |
DEFAULT_CREATE_OPTIONS() | process::http::Server | inlinestatic |
DEFAULT_STOP_OPTIONS() | process::http::Server | inlinestatic |
operator=(const Server &)=delete | process::http::Server | |
run() | process::http::Server | |
Server(Server &&that)=default | process::http::Server | |
Server(const Server &)=delete | process::http::Server | |
stop(const StopOptions &options=DEFAULT_STOP_OPTIONS()) | process::http::Server | |
~Server() | process::http::Server |