QNetworkProxyQuery
#include <QtNetwork/QNetworkProxyQuery>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QNetworkProxyQuery
Overview
Public Types Index
enum QueryTypeTcpSocket, UdpSocket, TcpServer 100, UrlRequest |
Public Functions Index
QNetworkProxyQuery () | |
QNetworkProxyQuery (const QUrl &requestUrl, QueryType queryType=UrlRequest) | |
QNetworkProxyQuery (const QString &hostname, int port, const QString &protocolTag=QString(), QueryType queryType=TcpSocket) | |
QNetworkProxyQuery (quint16 bindPort, const QString &protocolTag=QString(), QueryType queryType=TcpServer) | |
QNetworkProxyQuery (const QNetworkProxyQuery &other) | |
QNetworkProxyQuery (const QNetworkConfiguration &networkConfiguration, const QUrl &requestUrl, QueryType queryType=UrlRequest) | |
QNetworkProxyQuery (const QNetworkConfiguration &networkConfiguration, const QString &hostname, int port, const QString &protocolTag=QString(), QueryType queryType=TcpSocket) | |
QNetworkProxyQuery (const QNetworkConfiguration &networkConfiguration, quint16 bindPort, const QString &protocolTag=QString(), QueryType queryType=TcpServer) | |
~QNetworkProxyQuery () | |
int | localPort () const |
QNetworkConfiguration | networkConfiguration () const |
bool | operator!= (const QNetworkProxyQuery &other) const |
QNetworkProxyQuery & | operator= (const QNetworkProxyQuery &other) |
bool | operator== (const QNetworkProxyQuery &other) const |
QString | peerHostName () const |
int | peerPort () const |
QString | protocolTag () const |
QueryType | queryType () const |
void | setLocalPort (int port) |
void | setNetworkConfiguration (const QNetworkConfiguration &networkConfiguration) |
void | setPeerHostName (const QString &hostname) |
void | setPeerPort (int port) |
void | setProtocolTag (const QString &protocolTag) |
void | setQueryType (QueryType type) |
void | setUrl (const QUrl &url) |
QUrl | url () const |
Public Types
- TcpSocket
- UdpSocket
- TcpServer 100
- UrlRequest
Public Functions
Destructor.
int
bool
bool
int
QueryType
void
void
void
void
void
void
void
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy