Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qhttpnetworkconnection.cpp File Reference

(2f4d28e08a973092e92b1482bea816c005269812)

#include "qhttpnetworkconnection_p.h"
#include <private/qabstractsocket_p.h>
#include "qhttpnetworkconnectionchannel_p.h"
#include "private/qnoncontiguousbytedevice_p.h"
#include <private/qnetworkrequest_p.h>
#include <private/qobject_p.h>
#include <private/qauthenticator_p.h>
#include "private/qhostinfo_p.h"
#include <qnetworkproxy.h>
#include <qauthenticator.h>
#include <qcoreapplication.h>
#include <private/qdecompresshelper_p.h>
#include <private/qsocketabstraction_p.h>
#include <qbuffer.h>
#include <qdebug.h>
#include <qspan.h>
#include <qvarlengtharray.h>
#include <private/qsslsocket_p.h>
#include <QtNetwork/qsslkey.h>
#include <QtNetwork/qsslcipher.h>
#include <QtNetwork/qsslconfiguration.h>
#include <QtNetwork/qsslerror.h>
#include "moc_qhttpnetworkconnection_p.cpp"
Include dependency graph for qhttpnetworkconnection.cpp:

Go to the source code of this file.

Functions

static int getPreferredActiveChannelCount (QHttpNetworkConnection::ConnectionType type, int defaultValue)
static QByteArray makeAcceptLanguage ()
static QStringView removeZoneId (QStringView ipv6HostAddress)

Function Documentation

◆ getPreferredActiveChannelCount()

int getPreferredActiveChannelCount ( QHttpNetworkConnection::ConnectionType type,
int defaultValue )
static

Definition at line 44 of file qhttpnetworkconnection.cpp.

Referenced by QHttpNetworkConnectionPrivate::QHttpNetworkConnectionPrivate().

Here is the caller graph for this function:

◆ makeAcceptLanguage()

QByteArray makeAcceptLanguage ( )
static

Definition at line 227 of file qhttpnetworkconnection.cpp.

◆ removeZoneId()

QStringView removeZoneId ( QStringView ipv6HostAddress)
static

Definition at line 238 of file qhttpnetworkconnection.cpp.