Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qnetworkproxy.h File Reference
#include <QtNetwork/qtnetworkglobal.h>
#include <QtNetwork/qhostaddress.h>
#include <QtNetwork/qnetworkrequest.h>
#include <QtCore/qshareddata.h>
+ Include dependency graph for qnetworkproxy.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QNetworkProxyQuery
 The QNetworkProxyQuery class is used to query the proxy settings for a socket. More...
 
class  QNetworkProxy
 The QNetworkProxy class provides a network layer proxy. More...
 
class  QNetworkProxyFactory
 The QNetworkProxyFactory class provides fine-grained proxy selection. More...
 

Functions

Q_NETWORK_EXPORT QDebug operator<< (QDebug debug, const QNetworkProxy &proxy)
 
Q_NETWORK_EXPORT QDebug operator<< (QDebug debug, const QNetworkProxyQuery &proxyQuery)
 

Function Documentation

◆ operator<<() [1/2]

◆ operator<<() [2/2]

Q_NETWORK_EXPORT QDebug operator<< ( QDebug  debug,
const QNetworkProxyQuery proxyQuery 
)

Definition at line 1560 of file qnetworkproxy.cpp.

References debug, QNetworkProxyQuery::localPort(), QNetworkProxyQuery::peerHostName(), QNetworkProxyQuery::peerPort(), QNetworkProxyQuery::protocolTag(), QNetworkProxyQuery::queryType(), and QNetworkProxyQuery::url().

+ Here is the call graph for this function: