This is the complete list of members for juce::URL, including all inherited members.
| addEscapeChars(const String &stringToAddEscapeCharsTo, bool isParameter, bool roundBracketsAreLegal=true) | juce::URL | static |
| addParameter(const String &, const String &) | juce::URL | private |
| bookmark | juce::URL | private |
| createHeadersAndPostData(String &, MemoryBlock &) const | juce::URL | private |
| createInputStream(bool doPostLikeRequest, OpenStreamProgressCallback *progressCallback=nullptr, void *progressCallbackContext=nullptr, String extraHeaders=String(), int connectionTimeOutMs=0, StringPairArray *responseHeaders=nullptr, int *statusCode=nullptr, int numRedirectsToFollow=5, String httpRequestCmd=String()) const | juce::URL | |
| createOutputStream() const | juce::URL | |
| createWithoutParsing(const String &url) | juce::URL | static |
| downloadToFile(const File &targetLocation, String extraHeaders=String(), DownloadTask::Listener *listener=nullptr, bool usePostCommand=false) | juce::URL | |
| fileFromFileSchemeURL(const URL &) | juce::URL | privatestatic |
| filesToUpload | juce::URL | private |
| getChildURL(const String &subPath) const | juce::URL | |
| getDomain() const | juce::URL | |
| getDomainInternal(bool) const | juce::URL | private |
| getFileName() const | juce::URL | |
| getLocalFile() const | juce::URL | |
| getParameterNames() const noexcept | juce::URL | inline |
| getParameterValues() const noexcept | juce::URL | inline |
| getPort() const | juce::URL | |
| getPostData() const noexcept | juce::URL | inline |
| getPostDataAsMemoryBlock() const noexcept | juce::URL | inline |
| getScheme() const | juce::URL | |
| getSubPath() const | juce::URL | |
| getURLBookmark(URL &) | juce::URL | friend |
| init() | juce::URL | private |
| isEmpty() const noexcept | juce::URL | |
| isLocalFile() const | juce::URL | |
| isProbablyAnEmailAddress(const String &possibleEmailAddress) | juce::URL | static |
| isProbablyAWebsiteURL(const String &possibleURL) | juce::URL | static |
| isWellFormed() const | juce::URL | |
| launchInDefaultBrowser() const | juce::URL | |
| OpenStreamProgressCallback typedef | juce::URL | |
| operator!=(const URL &) const | juce::URL | |
| operator=(const URL &)=default | juce::URL | |
| operator=(URL &&) | juce::URL | |
| operator==(const URL &) const | juce::URL | |
| parameterNames | juce::URL | private |
| parameterValues | juce::URL | private |
| postData | juce::URL | private |
| readEntireBinaryStream(MemoryBlock &destData, bool usePostCommand=false) const | juce::URL | |
| readEntireTextStream(bool usePostCommand=false) const | juce::URL | |
| readEntireXmlStream(bool usePostCommand=false) const | juce::URL | |
| removeEscapeChars(const String &stringToRemoveEscapeCharsFrom) | juce::URL | static |
| setURLBookmark(URL &, void *) | juce::URL | friend |
| toString(bool includeGetParameters) const | juce::URL | |
| url | juce::URL | private |
| URL() noexcept | juce::URL | |
| URL(const String &url) | juce::URL | |
| URL(const URL &)=default | juce::URL | |
| URL(URL &&) | juce::URL | |
| URL(File) | juce::URL | explicit |
| URL(const String &, int) | juce::URL | private |
| WebInputStream class | juce::URL | friend |
| withDataToUpload(const String ¶meterName, const String &filename, const MemoryBlock &fileContentToUpload, const String &mimeType) const | juce::URL | |
| withFileToUpload(const String ¶meterName, const File &fileToUpload, const String &mimeType) const | juce::URL | |
| withNewDomainAndPath(const String &newFullPath) const | juce::URL | |
| withNewSubPath(const String &newPath) const | juce::URL | |
| withParameter(const String ¶meterName, const String ¶meterValue) const | juce::URL | |
| withParameters(const StringPairArray ¶metersToAdd) const | juce::URL | |
| withPOSTData(const String &postData) const | juce::URL | |
| withPOSTData(const MemoryBlock &postData) const | juce::URL | |
| withUpload(Upload *) const | juce::URL | private |
| ~URL() | juce::URL |