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 &, bool) const | juce::URL | private |
createInputStream(const InputStreamOptions &options) const | juce::URL | |
createOutputStream() const | juce::URL | |
createWithoutParsing(const String &url) | juce::URL | static |
downloadToFile(const File &targetLocation, String extraHeaders=String(), DownloadTaskListener *listener=nullptr, bool usePostCommand=false) | juce::URL | |
downloadToFile(const File &targetLocation, const DownloadTaskOptions &options) | 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 |
getParentURL() const | juce::URL | |
getPort() const | juce::URL | |
getPostData() const | juce::URL | inline |
getPostDataAsMemoryBlock() const noexcept | juce::URL | inline |
getQueryString() const | juce::URL | |
getScheme() const | juce::URL | |
getSubPath(bool includeGetParameters=false) const | juce::URL | |
getURLBookmark(URL &) | juce::URL | friend |
hasBodyDataToSend() const | juce::URL | private |
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 | |
operator!=(const URL &) const | juce::URL | |
operator==(const URL &) const | juce::URL | |
ParameterHandling enum name | 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 |
toHandling(bool) | juce::URL | privatestatic |
toString(bool includeGetParameters) const | juce::URL | |
url | juce::URL | private |
URL() | juce::URL | |
URL(const String &url) | juce::URL | |
URL(File localFile) | 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 |