asString() const | LLURI | |
authority() const | LLURI | |
buildHTTP(const std::string &prefix, const LLSD &path) | LLURI | [static] |
buildHTTP(const std::string &prefix, const LLSD &path, const LLSD &query) | LLURI | [static] |
buildHTTP(const std::string &host, const U32 &port, const LLSD &path) | LLURI | [static] |
buildHTTP(const std::string &host, const U32 &port, const LLSD &path, const LLSD &query) | LLURI | [static] |
defaultPort() const | LLURI | |
escape(const std::string &str) | LLURI | [static] |
escape(const std::string &str, const std::string &allowed) | LLURI | [static] |
escapedPath() const | LLURI | [inline] |
escapedQuery() const | LLURI | [inline] |
hostName() const | LLURI | |
hostPort() const | LLURI | |
LLURI() | LLURI | |
LLURI(const std::string &escaped_str) | LLURI | |
LLURI(const std::string &scheme, const std::string &userName, const std::string &password, const std::string &hostName, U16 hostPort, const std::string &escapedPath, const std::string &escapedQuery) | LLURI | |
mapToQueryString(const LLSD &query_map) | LLURI | [static] |
mEscapedAuthority | LLURI | [private] |
mEscapedOpaque | LLURI | [private] |
mEscapedPath | LLURI | [private] |
mEscapedQuery | LLURI | [private] |
mScheme | LLURI | [private] |
opaque() const | LLURI | |
password() const | LLURI | |
path() const | LLURI | |
query() const | LLURI | |
queryMap() const | LLURI | |
queryMap(std::string escaped_query_string) | LLURI | [static] |
scheme() const | LLURI | |
unescape(const std::string &str) | LLURI | [static] |
userName() const | LLURI | |
~LLURI() | LLURI | |