|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Public Member Functions | |
| Pimpl (WebInputStream &pimplOwner, const URL &urlToCopy, bool addParametersToBody) | |
| void | withExtraHeaders (const String &extraHeaders) |
| void | withCustomRequestCommand (const String &customRequestCommand) |
| void | withConnectionTimeout (int timeoutInMs) |
| void | withNumRedirectsToFollow (int maxRedirectsToFollow) |
| int | getStatusCode () const |
| StringPairArray | getRequestHeaders () const |
| StringPairArray | getResponseHeaders () const |
| bool | connect (WebInputStream::Listener *listener) |
| void | cancel () |
| bool | isError () const |
| bool | isExhausted () |
| int64 | getPosition () |
| int64 | getTotalLength () |
| int | read (void *buffer, int bytesToRead) |
| bool | setPosition (int64 wantedPos) |
Public Attributes | |
| int | statusCode |
Definition at line 91 of file juce_Network_linux.cpp.
| juce::WebInputStream::Pimpl::Pimpl | ( | WebInputStream & | pimplOwner, |
| const URL & | urlToCopy, | ||
| bool | addParametersToBody | ||
| ) |
Definition at line 94 of file juce_Network_linux.cpp.
| juce::WebInputStream::Pimpl::~Pimpl | ( | ) |
Definition at line 103 of file juce_Network_linux.cpp.
| void juce::WebInputStream::Pimpl::cancel | ( | ) |
Definition at line 161 of file juce_Network_linux.cpp.
| bool juce::WebInputStream::Pimpl::connect | ( | WebInputStream::Listener * | listener | ) |
Definition at line 146 of file juce_Network_linux.cpp.
| int64 juce::WebInputStream::Pimpl::getPosition | ( | ) |
Definition at line 175 of file juce_Network_linux.cpp.
| StringPairArray juce::WebInputStream::Pimpl::getRequestHeaders | ( | ) | const |
Definition at line 125 of file juce_Network_linux.cpp.
| StringPairArray juce::WebInputStream::Pimpl::getResponseHeaders | ( | ) | const |
Definition at line 127 of file juce_Network_linux.cpp.
| int juce::WebInputStream::Pimpl::getStatusCode | ( | ) | const |
Definition at line 124 of file juce_Network_linux.cpp.
| int64 juce::WebInputStream::Pimpl::getTotalLength | ( | ) |
Definition at line 176 of file juce_Network_linux.cpp.
| bool juce::WebInputStream::Pimpl::isError | ( | ) | const |
Definition at line 173 of file juce_Network_linux.cpp.
| bool juce::WebInputStream::Pimpl::isExhausted | ( | ) |
Definition at line 174 of file juce_Network_linux.cpp.
Definition at line 178 of file juce_Network_linux.cpp.
Definition at line 249 of file juce_Network_linux.cpp.
Definition at line 122 of file juce_Network_linux.cpp.
Definition at line 121 of file juce_Network_linux.cpp.
Definition at line 110 of file juce_Network_linux.cpp.
Definition at line 123 of file juce_Network_linux.cpp.
| int juce::WebInputStream::Pimpl::statusCode |
Definition at line 273 of file juce_Network_linux.cpp.