Apache Mesos
process::http::URL Member List

This is the complete list of members for process::http::URL, including all inherited members.

domainprocess::http::URL
fragmentprocess::http::URL
ipprocess::http::URL
isAbsolute() const process::http::URL
parse(const std::string &urlString)process::http::URLstatic
pathprocess::http::URL
portprocess::http::URL
queryprocess::http::URL
schemeprocess::http::URL
URL()=defaultprocess::http::URL
URL(const std::string &_scheme, const std::string &_domain, const std::string &_path, const hashmap< std::string, std::string > &_query=(hashmap< std::string, std::string >()), const Option< std::string > &_fragment=None())process::http::URLinline
URL(const std::string &_scheme, const std::string &_domain, const uint16_t _port=80, const std::string &_path="/", const hashmap< std::string, std::string > &_query=(hashmap< std::string, std::string >()), const Option< std::string > &_fragment=None())process::http::URLinline
URL(const std::string &_scheme, const net::IP &_ip, const uint16_t _port=80, const std::string &_path="/", const hashmap< std::string, std::string > &_query=(hashmap< std::string, std::string >()), const Option< std::string > &_fragment=None())process::http::URLinline