src/network/access/qhttpnetworkconnection_p.h
branchRCL_3
changeset 8 3f74d0d4af4c
parent 5 d3bac044e0f0
child 14 c0432d11811c
equal deleted inserted replaced
6:dee5afe5301f 8:3f74d0d4af4c
   208 
   208 
   209 
   209 
   210     void emitReplyError(QAbstractSocket *socket, QHttpNetworkReply *reply, QNetworkReply::NetworkError errorCode);
   210     void emitReplyError(QAbstractSocket *socket, QHttpNetworkReply *reply, QNetworkReply::NetworkError errorCode);
   211     bool handleAuthenticateChallenge(QAbstractSocket *socket, QHttpNetworkReply *reply, bool isProxy, bool &resend);
   211     bool handleAuthenticateChallenge(QAbstractSocket *socket, QHttpNetworkReply *reply, bool isProxy, bool &resend);
   212 
   212 
   213 
       
   214 #ifndef QT_NO_OPENSSL
       
   215     QSslConfiguration sslConfiguration(const QHttpNetworkReply &reply) const;
       
   216 #endif
       
   217 
       
   218 #ifndef QT_NO_NETWORKPROXY
   213 #ifndef QT_NO_NETWORKPROXY
   219     QNetworkProxy networkProxy;
   214     QNetworkProxy networkProxy;
   220     void emitProxyAuthenticationRequired(const QHttpNetworkConnectionChannel *chan, const QNetworkProxy &proxy, QAuthenticator* auth);
   215     void emitProxyAuthenticationRequired(const QHttpNetworkConnectionChannel *chan, const QNetworkProxy &proxy, QAuthenticator* auth);
   221 #endif
   216 #endif
   222 
   217