OpenShot Audio Library | OpenShotAudio 0.3.2
|
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 |
createInputStream(bool doPostLikeRequest, OpenStreamProgressCallback *progressCallback=nullptr, void *progressCallbackContext=nullptr, String extraHeaders={}, int connectionTimeOutMs=0, StringPairArray *responseHeaders=nullptr, int *statusCode=nullptr, int numRedirectsToFollow=5, String httpRequestCmd={}) 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 | |
getChildURL(const String &subPath) const | juce::URL | |
getDomain() const | juce::URL | |
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 | |
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 (defined in juce::URL) | juce::URL | |
operator=(const URL &)=default (defined in juce::URL) | juce::URL | |
operator=(URL &&)=default (defined in juce::URL) | juce::URL | |
operator==(const URL &) const | juce::URL | |
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 |
toString(bool includeGetParameters) const | juce::URL | |
URL() | juce::URL | |
URL(const String &url) | juce::URL | |
URL(const URL &)=default (defined in juce::URL) | juce::URL | |
URL(URL &&)=default (defined in juce::URL) | juce::URL | |
URL(File) | juce::URL | explicit |
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 | |
~URL()=default | juce::URL |