#include <wobnam_p.h>
|
| | WobScgiNetworkReplyImpl (QNetworkRequest, QByteArray op, QIODevice *, QObject *parent) |
| | creates a new reply handler/receiver More...
|
| |
| void | abort () override |
| | abort the reception (just closes the stream, does not actually abort anything yet) More...
|
| |
| void | close () override |
| | closes the reply stream, call this only if you are no longer interested in the answer More...
|
| |
| qint64 | bytesAvailable () const override |
| | returns the amount of body data available to be read More...
|
| |
| bool | isSequential () const override |
| |
| qint64 | size () const override |
| | returns the complete size of the body More...
|
| |
|
| qint64 | readData (char *data, qint64 maxSize) override |
| | implementation of reading body data More...
|
| |
| WobScgiNetworkReplyImpl::WobScgiNetworkReplyImpl |
( |
QNetworkRequest |
req, |
|
|
QByteArray |
op, |
|
|
QIODevice * |
input, |
|
|
QObject * |
parent |
|
) |
| |
creates a new reply handler/receiver
| void WobScgiNetworkReplyImpl::abort |
( |
| ) |
|
|
override |
abort the reception (just closes the stream, does not actually abort anything yet)
| qint64 WobScgiNetworkReplyImpl::bytesAvailable |
( |
| ) |
const |
|
override |
returns the amount of body data available to be read
| void WobScgiNetworkReplyImpl::close |
( |
| ) |
|
|
override |
closes the reply stream, call this only if you are no longer interested in the answer
| void WobScgiNetworkReplyImpl::ignoreSslErrors |
( |
| ) |
|
|
overridevirtualslot |
| bool WobScgiNetworkReplyImpl::isSequential |
( |
| ) |
const |
|
inlineoverride |
| qint64 WobScgiNetworkReplyImpl::readData |
( |
char * |
data, |
|
|
qint64 |
maxSize |
|
) |
| |
|
overrideprotected |
implementation of reading body data
| qint64 WobScgiNetworkReplyImpl::size |
( |
| ) |
const |
|
override |
returns the complete size of the body
The documentation for this class was generated from the following files: