src/network/socket/qhttpsocketengine_p.h
changeset 18 2f34d5167611
parent 3 41300fa6a67c
equal deleted inserted replaced
3:41300fa6a67c 18:2f34d5167611
     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 **
   160     ~QHttpSocketEnginePrivate();
   160     ~QHttpSocketEnginePrivate();
   161 
   161 
   162     QNetworkProxy proxy;
   162     QNetworkProxy proxy;
   163     QString peerName;
   163     QString peerName;
   164     QTcpSocket *socket;
   164     QTcpSocket *socket;
   165     QByteArray readBuffer;
   165     QByteArray readBuffer; // only used for parsing the proxy response
   166     QHttpSocketEngine::HttpState state;
   166     QHttpSocketEngine::HttpState state;
   167     QAuthenticator authenticator;
   167     QAuthenticator authenticator;
   168     bool readNotificationEnabled;
   168     bool readNotificationEnabled;
   169     bool writeNotificationEnabled;
   169     bool writeNotificationEnabled;
   170     bool exceptNotificationEnabled;
   170     bool exceptNotificationEnabled;