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
qnetworkproxy.h File Reference

(c0ec9dcee71a7f8dbb9f024e68a382f2e9f32e97)

#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]

QDebug operator<< ( QDebug debug,
const QNetworkProxy & proxy )

Definition at line 1551 of file qnetworkproxy.cpp.

◆ operator<<() [2/2]

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

Definition at line 1600 of file qnetworkproxy.cpp.