Used to receive callbacks for POST data send progress. More...
#include <juce_WebInputStream.h>
Public Member Functions | |
virtual | ~Listener ()=default |
Destructor. More... | |
virtual bool | postDataSendProgress (WebInputStream &request, int bytesSent, int totalBytes) |
This method will be called periodically with updates on POST data upload progress. More... | |
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.
|
virtualdefault |
Destructor.
|
inlinevirtual |
This method will be called periodically with updates on POST data upload progress.
request | the original request |
bytesSent | the number of bytes sent so far |
totalBytes | the total number of bytes to send |
References juce::ignoreUnused().