143 void setCachingEnabled(bool enable); |
143 void setCachingEnabled(bool enable); |
144 bool isCachingEnabled() const; |
144 bool isCachingEnabled() const; |
145 void consume(qint64 count); |
145 void consume(qint64 count); |
146 void emitUploadProgress(qint64 bytesSent, qint64 bytesTotal); |
146 void emitUploadProgress(qint64 bytesSent, qint64 bytesTotal); |
147 qint64 nextDownstreamBlockSize() const; |
147 qint64 nextDownstreamBlockSize() const; |
|
148 |
|
149 void initCacheSaveDevice(); |
|
150 void appendDownstreamDataSignalEmissions(); |
148 void appendDownstreamData(QByteDataBuffer &data); |
151 void appendDownstreamData(QByteDataBuffer &data); |
149 void appendDownstreamData(QIODevice *data); |
152 void appendDownstreamData(QIODevice *data); |
|
153 void appendDownstreamData(const QByteArray &data); |
|
154 |
150 void finished(); |
155 void finished(); |
151 void error(QNetworkReply::NetworkError code, const QString &errorString); |
156 void error(QNetworkReply::NetworkError code, const QString &errorString); |
152 void metaDataChanged(); |
157 void metaDataChanged(); |
153 void redirectionRequested(const QUrl &target); |
158 void redirectionRequested(const QUrl &target); |
154 void sslErrors(const QList<QSslError> &errors); |
159 void sslErrors(const QList<QSslError> &errors); |