src/network/access/qhttpnetworkreply_p.h
changeset 19 fcece45ef507
parent 18 2f34d5167611
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
   170     qint64 readBody(QAbstractSocket *socket, QByteDataBuffer *out);
   170     qint64 readBody(QAbstractSocket *socket, QByteDataBuffer *out);
   171     qint64 readBodyFast(QAbstractSocket *socket, QByteDataBuffer *rb);
   171     qint64 readBodyFast(QAbstractSocket *socket, QByteDataBuffer *rb);
   172     bool findChallenge(bool forProxy, QByteArray &challenge) const;
   172     bool findChallenge(bool forProxy, QByteArray &challenge) const;
   173     QAuthenticatorPrivate::Method authenticationMethod(bool isProxy) const;
   173     QAuthenticatorPrivate::Method authenticationMethod(bool isProxy) const;
   174     void clear();
   174     void clear();
       
   175     void clearHttpLayerInformation();
   175 
   176 
   176     qint64 readReplyBodyRaw(QIODevice *in, QByteDataBuffer *out, qint64 size);
   177     qint64 readReplyBodyRaw(QIODevice *in, QByteDataBuffer *out, qint64 size);
   177     qint64 readReplyBodyChunked(QIODevice *in, QByteDataBuffer *out);
   178     qint64 readReplyBodyChunked(QIODevice *in, QByteDataBuffer *out);
   178     qint64 getChunkSize(QIODevice *in, qint64 *chunkSize);
   179     qint64 getChunkSize(QIODevice *in, qint64 *chunkSize);
   179 
   180