CernVM-FS
2.12.0
|
This is the complete list of members for Url, including all inherited members.
address() const | Url | inline |
address_ | Url | private |
host() const | Url | inline |
host_ | Url | private |
kDefaultPort | Url | static |
kDefaultProtocol | Url | static |
Parse(const std::string &url, const std::string &default_protocol=kDefaultProtocol, int default_port=kDefaultPort) | Url | static |
path() const | Url | inline |
path_ | Url | private |
port() const | Url | inline |
port_ | Url | private |
protocol() const | Url | inline |
protocol_ | Url | private |
Url() | Url | private |
Url(const std::string &protocol, const std::string &host, const std::string &path, int port) | Url | private |
ValidateHost(const std::string &host) | Url | static |
~Url() | Url |