src/network/access/qhttpnetworkconnection_p.h
branchRCL_3
changeset 4 3b1da2848fc7
parent 0 1918ee327afb
child 5 d3bac044e0f0
equal deleted inserted replaced
3:41300fa6a67c 4:3b1da2848fc7
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the QtNetwork module of the Qt Toolkit.
     7 ** This file is part of the QtNetwork module of the Qt Toolkit.
     8 **
     8 **
   172     void prepareRequest(HttpMessagePair &request);
   172     void prepareRequest(HttpMessagePair &request);
   173 
   173 
   174     void fillPipeline(QAbstractSocket *socket);
   174     void fillPipeline(QAbstractSocket *socket);
   175     bool fillPipeline(QList<HttpMessagePair> &queue, QHttpNetworkConnectionChannel &channel);
   175     bool fillPipeline(QList<HttpMessagePair> &queue, QHttpNetworkConnectionChannel &channel);
   176 
   176 
       
   177     // read more HTTP body after the next event loop spin
       
   178     void readMoreLater(QHttpNetworkReply *reply);
       
   179 
   177     void copyCredentials(int fromChannel, QAuthenticator *auth, bool isProxy);
   180     void copyCredentials(int fromChannel, QAuthenticator *auth, bool isProxy);
   178 
   181 
   179     // private slots
   182     // private slots
   180     void _q_startNextRequest(); // send the next request from the queue
   183     void _q_startNextRequest(); // send the next request from the queue
   181     void _q_restartAuthPendingRequests(); // send the currently blocked request
   184     void _q_restartAuthPendingRequests(); // send the currently blocked request