Loading...
Searching...
No Matches
Public Member Functions | List of all members
WebInputStream::Listener Class Reference

Used to receive callbacks for POST data send progress. More...

#include <juce_WebInputStream.h>

Public Member Functions

virtual ~Listener ()=default
 Destructor.
 
virtual bool postDataSendProgress (WebInputStream &request, int bytesSent, int totalBytes)
 This method will be called periodically with updates on POST data upload progress.
 

Detailed Description

Used to receive callbacks for POST data send progress.

Pass one of these into the connect() method and its postDataSendProgress() method will be called periodically with updates on POST data upload progress.

Constructor & Destructor Documentation

◆ ~Listener()

virtual WebInputStream::Listener::~Listener ( )
virtualdefault

Destructor.

Member Function Documentation

◆ postDataSendProgress()

virtual bool WebInputStream::Listener::postDataSendProgress ( WebInputStream & request,
int bytesSent,
int totalBytes )
virtual

This method will be called periodically with updates on POST data upload progress.

Parameters
requestthe original request
bytesSentthe number of bytes sent so far
totalBytesthe total number of bytes to send
Returns
true to continue or false to cancel the upload

The documentation for this class was generated from the following file:
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram