Apache Mesos
process::http::Server Member List

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::Serverstatic
create(network::Socket socket, F &&f, const CreateOptions &options=DEFAULT_CREATE_OPTIONS())process::http::Serverinlinestatic
create(const network::Address &address, std::function< Future< Response >(const network::Socket &, const Request &)> &&f, const CreateOptions &options=DEFAULT_CREATE_OPTIONS())process::http::Serverstatic
create(const network::Address &address, F &&f, const CreateOptions &options=DEFAULT_CREATE_OPTIONS())process::http::Serverinlinestatic
DEFAULT_CREATE_OPTIONS()process::http::Serverinlinestatic
DEFAULT_STOP_OPTIONS()process::http::Serverinlinestatic
operator=(const Server &)=deleteprocess::http::Server
run()process::http::Server
Server(Server &&that)=defaultprocess::http::Server
Server(const Server &)=deleteprocess::http::Server
stop(const StopOptions &options=DEFAULT_STOP_OPTIONS())process::http::Server
~Server()process::http::Server