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
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
juce::WebInputStream::Pimpl Class Reference

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
 

Detailed Description

Definition at line 91 of file juce_Network_linux.cpp.

Constructor & Destructor Documentation

◆ Pimpl()

juce::WebInputStream::Pimpl::Pimpl ( WebInputStream pimplOwner,
const URL urlToCopy,
bool  addParametersToBody 
)

Definition at line 94 of file juce_Network_linux.cpp.

◆ ~Pimpl()

juce::WebInputStream::Pimpl::~Pimpl ( )

Definition at line 103 of file juce_Network_linux.cpp.

Member Function Documentation

◆ cancel()

void juce::WebInputStream::Pimpl::cancel ( )

Definition at line 161 of file juce_Network_linux.cpp.

◆ connect()

bool juce::WebInputStream::Pimpl::connect ( WebInputStream::Listener listener)

Definition at line 146 of file juce_Network_linux.cpp.

◆ getPosition()

int64 juce::WebInputStream::Pimpl::getPosition ( )

Definition at line 175 of file juce_Network_linux.cpp.

◆ getRequestHeaders()

StringPairArray juce::WebInputStream::Pimpl::getRequestHeaders ( ) const

Definition at line 125 of file juce_Network_linux.cpp.

◆ getResponseHeaders()

StringPairArray juce::WebInputStream::Pimpl::getResponseHeaders ( ) const

Definition at line 127 of file juce_Network_linux.cpp.

◆ getStatusCode()

int juce::WebInputStream::Pimpl::getStatusCode ( ) const

Definition at line 124 of file juce_Network_linux.cpp.

◆ getTotalLength()

int64 juce::WebInputStream::Pimpl::getTotalLength ( )

Definition at line 176 of file juce_Network_linux.cpp.

◆ isError()

bool juce::WebInputStream::Pimpl::isError ( ) const

Definition at line 173 of file juce_Network_linux.cpp.

◆ isExhausted()

bool juce::WebInputStream::Pimpl::isExhausted ( )

Definition at line 174 of file juce_Network_linux.cpp.

◆ read()

int juce::WebInputStream::Pimpl::read ( void buffer,
int  bytesToRead 
)

Definition at line 178 of file juce_Network_linux.cpp.

◆ setPosition()

bool juce::WebInputStream::Pimpl::setPosition ( int64  wantedPos)

Definition at line 249 of file juce_Network_linux.cpp.

◆ withConnectionTimeout()

void juce::WebInputStream::Pimpl::withConnectionTimeout ( int  timeoutInMs)

Definition at line 122 of file juce_Network_linux.cpp.

◆ withCustomRequestCommand()

void juce::WebInputStream::Pimpl::withCustomRequestCommand ( const String customRequestCommand)

Definition at line 121 of file juce_Network_linux.cpp.

◆ withExtraHeaders()

void juce::WebInputStream::Pimpl::withExtraHeaders ( const String extraHeaders)

Definition at line 110 of file juce_Network_linux.cpp.

◆ withNumRedirectsToFollow()

void juce::WebInputStream::Pimpl::withNumRedirectsToFollow ( int  maxRedirectsToFollow)

Definition at line 123 of file juce_Network_linux.cpp.

Member Data Documentation

◆ statusCode

int juce::WebInputStream::Pimpl::statusCode

Definition at line 273 of file juce_Network_linux.cpp.


The documentation for this class was generated from the following file: