![]() |
Qt 4.8
|
#include "qabstractsocket.h"#include "qabstractsocket_p.h"#include "private/qhostinfo_p.h"#include "private/qnetworksession_p.h"#include <qabstracteventdispatcher.h>#include <qhostaddress.h>#include <qhostinfo.h>#include <qmetaobject.h>#include <qpointer.h>#include <qtimer.h>#include <qelapsedtimer.h>#include <qscopedvaluerollback.h>#include <QtNetwork/qsslsocket.h>#include <private/qthread_p.h>#include <time.h>#include "moc_qabstractsocket.cpp"Go to the source code of this file.
Macros | |
| #define | Q_CHECK_SOCKETENGINE(returnValue) |
| #define | QABSTRACTSOCKET_BUFFERSIZE 32768 |
| #define | QT_CONNECT_TIMEOUT 30000 |
| #define | QT_TRANSFER_TIMEOUT 120000 |
Functions | |
| static bool | isProxyError (QAbstractSocket::SocketError error) |
| Q_NETWORK_EXPORT QDebug | operator<< (QDebug debug, QAbstractSocket::SocketError error) |
| Q_NETWORK_EXPORT QDebug | operator<< (QDebug debug, QAbstractSocket::SocketState state) |
| static int | qt_timeout_value (int msecs, int elapsed) |
| #define Q_CHECK_SOCKETENGINE | ( | returnValue | ) |
Definition at line 429 of file qabstractsocket.cpp.
Referenced by QAbstractSocket::flush().
| #define QABSTRACTSOCKET_BUFFERSIZE 32768 |
Definition at line 435 of file qabstractsocket.cpp.
| #define QT_CONNECT_TIMEOUT 30000 |
Definition at line 437 of file qabstractsocket.cpp.
Referenced by QAbstractSocketPrivate::_q_connectToNextAddress(), and QAbstractSocket::waitForConnected().
| #define QT_TRANSFER_TIMEOUT 120000 |
Definition at line 438 of file qabstractsocket.cpp.
|
static |
Definition at line 478 of file qabstractsocket.cpp.
Referenced by QAbstractSocketPrivate::_q_testConnection().
| Q_NETWORK_EXPORT QDebug operator<< | ( | QDebug | debug, |
| QAbstractSocket::SocketError | error | ||
| ) |
Definition at line 2957 of file qabstractsocket.cpp.
| Q_NETWORK_EXPORT QDebug operator<< | ( | QDebug | debug, |
| QAbstractSocket::SocketState | state | ||
| ) |
Definition at line 3024 of file qabstractsocket.cpp.
|
static |
Definition at line 1820 of file qabstractsocket.cpp.
Referenced by QAbstractSocket::waitForBytesWritten(), QAbstractSocket::waitForConnected(), QAbstractSocket::waitForDisconnected(), and QAbstractSocket::waitForReadyRead().