Qt 4.8
Public Functions | Public Variables | List of all members
QHttpSocketEnginePrivate Class Reference

#include <qhttpsocketengine_p.h>

Inheritance diagram for QHttpSocketEnginePrivate:
QAbstractSocketEnginePrivate QObjectPrivate QObjectData

Public Functions

 QHttpSocketEnginePrivate ()
 
 ~QHttpSocketEnginePrivate ()
 
- Public Functions inherited from QAbstractSocketEnginePrivate
 QAbstractSocketEnginePrivate ()
 
- Public Functions inherited from QObjectPrivate
void _q_reregisterTimers (void *pointer)
 
void addConnection (int signal, Connection *c)
 
void cleanConnectionLists ()
 
void connectNotify (const char *signal)
 
void deleteChildren ()
 
void disconnectNotify (const char *signal)
 
bool isSender (const QObject *receiver, const char *signal) const
 
bool isSignalConnected (uint signalIdx) const
 Returns true if the signal with index signal_index from object sender is connected. More...
 
void moveToThread_helper ()
 
 QObjectPrivate (int version=QObjectPrivateVersion)
 
QObjectList receiverList (const char *signal) const
 
QObjectList senderList () const
 
void setParent_helper (QObject *)
 
void setThreadData_helper (QThreadData *currentData, QThreadData *targetData)
 
int signalIndex (const char *signalName) const
 Returns the signal index used in the internal connectionLists vector. More...
 
virtual ~QObjectPrivate ()
 
- Public Functions inherited from QObjectData
virtual ~QObjectData ()=0
 

Public Variables

QAuthenticator authenticator
 
bool connectionNotificationPending
 
bool credentialsSent
 
bool exceptNotificationEnabled
 
QString peerName
 
uint pendingResponseData
 
QNetworkProxy proxy
 
QByteArray readBuffer
 
bool readNotificationActivated
 
bool readNotificationEnabled
 
bool readNotificationPending
 
QTcpSocketsocket
 
QHttpSocketEngine::HttpState state
 
bool writeNotificationActivated
 
bool writeNotificationEnabled
 
bool writeNotificationPending
 
- Public Variables inherited from QAbstractSocketEnginePrivate
bool hasSetSocketError
 
QHostAddress localAddress
 
quint16 localPort
 
QHostAddress peerAddress
 
quint16 peerPort
 
QAbstractSocketEngineReceiverreceiver
 
QAbstractSocket::SocketError socketError
 
QString socketErrorString
 
QAbstractSocket::NetworkLayerProtocol socketProtocol
 
QAbstractSocket::SocketState socketState
 
QAbstractSocket::SocketType socketType
 
- Public Variables inherited from QObjectPrivate
union {
   QObject *   currentChildBeingDeleted
 
   QAbstractDeclarativeData *   declarativeData
 
}; 
 
quint32 connectedSignals [2]
 
QObjectConnectionListVectorconnectionLists
 
SendercurrentSender
 
QList< QPointer< QObject > > eventFilters
 
ExtraDataextraData
 
QString objectName
 
Connectionsenders
 
QAtomicPointer< QtSharedPointer::ExternalRefCountData > sharedRefcount
 
QThreadDatathreadData
 
void * unused
 
- Public Variables inherited from QObjectData
uint blockSig: 1
 
QObjectList children
 
uint hasGuards: 1
 
uint inEventHandler: 1
 
uint inThreadChangeEvent: 1
 
uint isWidget: 1
 
QMetaObjectmetaObject
 
uint ownObjectName: 1
 
QObjectparent
 
uint pendTimer: 1
 
int postedEvents
 
QObjectq_ptr
 
uint receiveChildEvents: 1
 
uint sendChildEvents: 1
 
uint unused: 22
 
uint wasDeleted: 1
 

Additional Inherited Members

- Public Types inherited from QObjectPrivate
typedef void(* StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **)
 
- Static Public Functions inherited from QObjectPrivate
static void clearGuards (QObject *)
 
static QObjectPrivateget (QObject *o)
 
static void resetCurrentSender (QObject *receiver, Sender *currentSender, Sender *previousSender)
 
static SendersetCurrentSender (QObject *receiver, Sender *sender)
 
static void signalSignature (const QMetaMethod &signal, QVarLengthArray< char > *result)
 

Detailed Description

Definition at line 164 of file qhttpsocketengine_p.h.

Constructors and Destructors

◆ QHttpSocketEnginePrivate()

QHttpSocketEnginePrivate::QHttpSocketEnginePrivate ( )

Definition at line 804 of file qhttpsocketengine.cpp.

805  : readNotificationEnabled(false)
806  , writeNotificationEnabled(false)
810  , readNotificationPending(false)
811  , writeNotificationPending(false)
813  , credentialsSent(false)
815 {
816  socket = 0;
818 }
QHttpSocketEngine::HttpState state

◆ ~QHttpSocketEnginePrivate()

QHttpSocketEnginePrivate::~QHttpSocketEnginePrivate ( )

Definition at line 820 of file qhttpsocketengine.cpp.

821 {
822 }

Properties

◆ authenticator

QAuthenticator QHttpSocketEnginePrivate::authenticator

Definition at line 176 of file qhttpsocketengine_p.h.

◆ connectionNotificationPending

bool QHttpSocketEnginePrivate::connectionNotificationPending

Definition at line 184 of file qhttpsocketengine_p.h.

◆ credentialsSent

bool QHttpSocketEnginePrivate::credentialsSent

Definition at line 185 of file qhttpsocketengine_p.h.

◆ exceptNotificationEnabled

bool QHttpSocketEnginePrivate::exceptNotificationEnabled

Definition at line 179 of file qhttpsocketengine_p.h.

◆ peerName

QString QHttpSocketEnginePrivate::peerName

Definition at line 172 of file qhttpsocketengine_p.h.

◆ pendingResponseData

uint QHttpSocketEnginePrivate::pendingResponseData

Definition at line 186 of file qhttpsocketengine_p.h.

◆ proxy

QNetworkProxy QHttpSocketEnginePrivate::proxy

Definition at line 171 of file qhttpsocketengine_p.h.

◆ readBuffer

QByteArray QHttpSocketEnginePrivate::readBuffer

Definition at line 174 of file qhttpsocketengine_p.h.

◆ readNotificationActivated

bool QHttpSocketEnginePrivate::readNotificationActivated

Definition at line 180 of file qhttpsocketengine_p.h.

◆ readNotificationEnabled

bool QHttpSocketEnginePrivate::readNotificationEnabled

Definition at line 177 of file qhttpsocketengine_p.h.

◆ readNotificationPending

bool QHttpSocketEnginePrivate::readNotificationPending

Definition at line 182 of file qhttpsocketengine_p.h.

◆ socket

QTcpSocket* QHttpSocketEnginePrivate::socket

Definition at line 173 of file qhttpsocketengine_p.h.

Referenced by QHttpSocketEnginePrivate().

◆ state

QHttpSocketEngine::HttpState QHttpSocketEnginePrivate::state

Definition at line 175 of file qhttpsocketengine_p.h.

Referenced by QHttpSocketEnginePrivate().

◆ writeNotificationActivated

bool QHttpSocketEnginePrivate::writeNotificationActivated

Definition at line 181 of file qhttpsocketengine_p.h.

◆ writeNotificationEnabled

bool QHttpSocketEnginePrivate::writeNotificationEnabled

Definition at line 178 of file qhttpsocketengine_p.h.

◆ writeNotificationPending

bool QHttpSocketEnginePrivate::writeNotificationPending

Definition at line 183 of file qhttpsocketengine_p.h.


The documentation for this class was generated from the following files: