openshot-audio  0.1.2
juce::URL Member List

This is the complete list of members for juce::URL, including all inherited members.

addEscapeChars(const String &stringToAddEscapeCharsTo, bool isParameter)juce::URLstatic
ContainerDeletePolicy< Upload >juce::URLfriend
createInputStream(bool usePostCommand, OpenStreamProgressCallback *progressCallback=nullptr, void *progressCallbackContext=nullptr, String extraHeaders=String(), int connectionTimeOutMs=0, StringPairArray *responseHeaders=nullptr, int *statusCode=nullptr, int numRedirectsToFollow=5) const juce::URL
createWithoutParsing(const String &url)juce::URLstatic
getChildURL(const String &subPath) const juce::URL
getDomain() const juce::URL
getParameterNames() const noexceptjuce::URLinline
getParameterValues() const noexceptjuce::URLinline
getPort() const juce::URL
getPostData() const noexceptjuce::URLinline
getScheme() const juce::URL
getSubPath() const juce::URL
isEmpty() const noexceptjuce::URL
isProbablyAnEmailAddress(const String &possibleEmailAddress)juce::URLstatic
isProbablyAWebsiteURL(const String &possibleURL)juce::URLstatic
isWellFormed() const juce::URL
launchInDefaultBrowser() const juce::URL
OpenStreamProgressCallback typedefjuce::URL
operator!=(const URL &) const juce::URL
operator=(const URL &other)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::URLstatic
toString(bool includeGetParameters) const juce::URL
URL()juce::URL
URL(const String &url)juce::URL
URL(const URL &other)juce::URL
withDataToUpload(const String &parameterName, const String &filename, const MemoryBlock &fileContentToUpload, const String &mimeType) const juce::URL
withFileToUpload(const String &parameterName, const File &fileToUpload, const String &mimeType) const juce::URL
withNewSubPath(const String &newPath) const juce::URL
withParameter(const String &parameterName, const String &parameterValue) const juce::URL
withParameters(const StringPairArray &parametersToAdd) const juce::URL
withPOSTData(const String &postData) const juce::URL
~URL()juce::URL