![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qhttpnetworkconnectionchannel_p.h"#include "qhttpnetworkconnection_p.h"#include "private/qnoncontiguousbytedevice_p.h"#include <qdebug.h>#include <private/qhttp2protocolhandler_p.h>#include <private/qhttpprotocolhandler_p.h>#include <private/http2protocol_p.h>#include <private/qsocketabstraction_p.h>#include <private/qsslsocket_p.h>#include <QtNetwork/qsslkey.h>#include <QtNetwork/qsslcipher.h>#include <QtNetwork/private/qtnetworkglobal_p.h>#include <memory>#include <utility>#include "moc_qhttpnetworkconnectionchannel_p.cpp"Go to the source code of this file.
Variables | |
| static QT_BEGIN_NAMESPACE const int | reconnectAttemptsDefault = 3 |
| static const char | keepAliveIdleOption [] = "QT_QNAM_TCP_KEEPIDLE" |
| static const char | keepAliveIntervalOption [] = "QT_QNAM_TCP_KEEPINTVL" |
| static const char | keepAliveCountOption [] = "QT_QNAM_TCP_KEEPCNT" |
| static const int | TCP_KEEPIDLE_DEF = 60 |
| static const int | TCP_KEEPINTVL_DEF = 10 |
| static const int | TCP_KEEPCNT_DEF = 5 |
|
static |
Definition at line 38 of file qhttpnetworkconnectionchannel.cpp.
Referenced by QHttpNetworkConnectionChannel::_q_connected_abstract_socket().
|
static |
Definition at line 36 of file qhttpnetworkconnectionchannel.cpp.
Referenced by QHttpNetworkConnectionChannel::_q_connected_abstract_socket().
|
static |
Definition at line 37 of file qhttpnetworkconnectionchannel.cpp.
Referenced by QHttpNetworkConnectionChannel::_q_connected_abstract_socket().
|
static |
Definition at line 35 of file qhttpnetworkconnectionchannel.cpp.
Referenced by QHttpNetworkConnectionChannel::QHttpNetworkConnectionChannel(), and QHttpNetworkConnectionChannel::allDone().
|
static |
Definition at line 41 of file qhttpnetworkconnectionchannel.cpp.
Referenced by QHttpNetworkConnectionChannel::_q_connected_abstract_socket().
|
static |
Definition at line 39 of file qhttpnetworkconnectionchannel.cpp.
Referenced by QHttpNetworkConnectionChannel::_q_connected_abstract_socket().
|
static |
Definition at line 40 of file qhttpnetworkconnectionchannel.cpp.
Referenced by QHttpNetworkConnectionChannel::_q_connected_abstract_socket().