|
sipxtacklib
Version 3.3
|
This is the complete list of members for Url, including all inherited members.
| dump() | Url | |
| FileUrlScheme enum value | Url | |
| fromString(const UtlString &urlString, UtlBoolean isAddrSpec=FALSE) | Url | |
| FtpUrlScheme enum value | Url | |
| gen_value_escape(UtlString &escapedText) | Url | static |
| gen_value_unescape(UtlString &escapedText) | Url | static |
| getDisplayName(UtlString &displayName) const | Url | |
| getFieldParameter(const char *name, UtlString &value, int index=0) const | Url | |
| getFieldParameter(int fieldIndex, UtlString &name, UtlString &value) | Url | |
| getFieldParameters(int iMaxReturn, UtlString *pNames, UtlString *pValues, int &iActualReturn) | Url | |
| getHeaderParameter(const char *name, UtlString &value, int index=0) | Url | |
| getHeaderParameter(int headerIndex, UtlString &headerName, UtlString &headerValue) | Url | |
| getHeaderParameters(int iMaxReturn, UtlString *pNames, UtlString *pValues, int &iActualReturn) | Url | |
| getHostAddress(UtlString &address) const | Url | |
| getHostPort() const | Url | |
| getHostWithPort(UtlString &domain) const | Url | |
| getIdentity(UtlString &identity) const | Url | |
| getPassword(UtlString &userId) const | Url | |
| getPath(UtlString &path, UtlBoolean getStyle=FALSE) | Url | |
| getScheme() const | Url | |
| getUri(UtlString &Uri) | Url | |
| getUrlParameter(const char *name, UtlString &value, int index=0) | Url | |
| getUrlParameter(int urlIndex, UtlString &name, UtlString &value) | Url | |
| getUrlParameters(int iMaxReturn, UtlString *pNames, UtlString *pValues, int &iActualReturn) | Url | |
| getUrlType(UtlString &urlProtocol) const | Url | |
| getUserId(UtlString &userId) const | Url | |
| HttpsUrlScheme enum value | Url | |
| HttpUrlScheme enum value | Url | |
| includeAngleBrackets() | Url | |
| isDigitString(const char *dialedCharacters) | Url | static |
| isIncludeAngleBracketsSet() const | Url | |
| isUserHostEqual(const Url &uri) const | Url | |
| isUserHostPortEqual(const Url &uri, int impliedPort=PORT_NONE) const | Url | |
| MailtoUrlScheme enum value | Url | |
| NUM_SUPPORTED_URL_SCHEMES enum value | Url | |
| operator=(const Url &rhs) | Url | |
| operator=(const char *urlString) | Url | |
| removeAngleBrackets() | Url | |
| removeFieldParameter(const char *name) | Url | |
| removeFieldParameters() | Url | |
| removeHeaderParameter(const char *name) | Url | |
| removeHeaderParameters() | Url | |
| removeParameters() | Url | |
| removeUrlParameter(const char *name) | Url | |
| removeUrlParameters() | Url | |
| reset() | Url | |
| RtspUrlScheme enum value | Url | |
| Scheme enum name | Url | |
| scheme(const UtlString &schemeName) | Url | |
| schemeName(Scheme scheme) | Url | |
| setDisplayName(const char *displayName) | Url | |
| setFieldParameter(const char *name, const char *value) | Url | |
| setHeaderParameter(const char *name, const char *value) | Url | |
| setHostAddress(const char *address) | Url | |
| setHostPort(int port) | Url | |
| setPassword(const char *userId) | Url | |
| setPath(const char *path) | Url | |
| setScheme(Scheme scheme) | Url | |
| setUrlParameter(const char *name, const char *value) | Url | |
| setUrlType(const char *urlProtocol) | Url | |
| setUserId(const char *userId) | Url | |
| SipsUrlScheme enum value | Url | |
| SipUrlScheme enum value | Url | |
| toString(UtlString &urlString) const | Url | |
| toString() const | Url | |
| UnknownUrlScheme enum value | Url | |
| Url(const char *urlString=NULL, UtlBoolean isAddrSpec=FALSE) | Url | |
| Url(const Url &rUrl) | Url | |
| ~Url() | Url | virtual |