|
| bool | ensureInitialized (const QHostAddress &bindAddress, quint16 bindPort) |
| |
| bool | ensureInitialized (const QHostAddress &remoteAddress) |
| |
| void | _q_abortConnectionAttempt () |
| | This function is called after a certain number of seconds has passed while waiting for a connection. More...
|
| |
| void | _q_connectToNextAddress () |
| | Called by a queued or direct connection from _q_startConnecting() or _q_testConnection(), this function takes the first address of the pending addresses list and tries to connect to it. More...
|
| |
| void | _q_forceDisconnect () |
| |
| void | _q_startConnecting (const QHostInfo &hostInfo) |
| | Slot connected to QHostInfo::lookupHost() in connectToHost(). More...
|
| |
| void | _q_testConnection () |
| | Tests if a connection has been established. More...
|
| |
| bool | canReadNotification () |
| | Slot connected to the read socket notifier. More...
|
| |
| bool | canWriteNotification () |
| | Slot connected to the write socket notifier. More...
|
| |
| void | connectionNotification () |
| | Slot connected to a notification of connection status change. More...
|
| |
| void | exceptionNotification () |
| |
| void | fetchConnectionParameters () |
| | Sets up the internal state after the connection has succeeded. More...
|
| |
| bool | flush () |
| | Writes pending data in the write buffers to the socket. More...
|
| |
| bool | initSocketLayer (QAbstractSocket::NetworkLayerProtocol protocol) |
| | Initializes the socket layer to by of type type, using the network layer protocol protocol. More...
|
| |
| void | proxyAuthenticationRequired (const QNetworkProxy &proxy, QAuthenticator *authenticator) |
| |
| | QAbstractSocketPrivate () |
| | Constructs a QAbstractSocketPrivate. More...
|
| |
| bool | readFromSocket () |
| | Reads data from the socket layer into the read buffer. More...
|
| |
| void | readNotification () |
| |
| void | resetSocketLayer () |
| | Resets the socket layer, clears the read and write buffers and deletes any socket notifiers. More...
|
| |
| void | resolveProxy (const QString &hostName, quint16 port) |
| | Resolve the proxy to its final value. More...
|
| |
| void | resolveProxy (quint16 port) |
| |
| void | setupSocketNotifiers () |
| |
| void | startConnectingByName (const QString &host) |
| | Starts the connection to host, like _q_startConnecting below, but without hostname resolution. More...
|
| |
| void | writeNotification () |
| |
| virtual | ~QAbstractSocketPrivate () |
| | Destructs the QAbstractSocket. More...
|
| |
| bool | isSequential () const |
| |
| virtual qint64 | peek (char *data, qint64 maxSize) |
| |
| virtual QByteArray | peek (qint64 maxSize) |
| |
| virtual bool | putCharHelper (char c) |
| |
| | QIODevicePrivate () |
| |
| virtual | ~QIODevicePrivate () |
| |
| 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 () |
| |
| virtual | ~QObjectData ()=0 |
| |
| virtual | ~QAbstractSocketEngineReceiver () |
| |
Definition at line 177 of file qudpsocket.cpp.