Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « PySide2.QtNetwork »

Classe « QNetworkProxyQuery »

Informations générales

Héritage

builtins.object
    Object
        QNetworkProxyQuery

Définition

class QNetworkProxyQuery(Object):

Description [extrait de QNetworkProxyQuery.__doc__]

QNetworkProxyQuery(self)
QNetworkProxyQuery(self, bindPort: int, protocolTag: str = '', queryType: PySide2.QtNetwork.QNetworkProxyQuery.QueryType = PySide2.QtNetwork.QNetworkProxyQuery.QueryType.TcpServer)
QNetworkProxyQuery(self, hostname: str, port: int, protocolTag: str = '', queryType: PySide2.QtNetwork.QNetworkProxyQuery.QueryType = PySide2.QtNetwork.QNetworkProxyQuery.QueryType.TcpSocket)
QNetworkProxyQuery(self, networkConfiguration: PySide2.QtNetwork.QNetworkConfiguration, bindPort: int, protocolTag: str = '', queryType: PySide2.QtNetwork.QNetworkProxyQuery.QueryType = PySide2.QtNetwork.QNetworkProxyQuery.QueryType.TcpServer)
QNetworkProxyQuery(self, networkConfiguration: PySide2.QtNetwork.QNetworkConfiguration, hostname: str, port: int, protocolTag: str = '', queryType: PySide2.QtNetwork.QNetworkProxyQuery.QueryType = PySide2.QtNetwork.QNetworkProxyQuery.QueryType.TcpSocket)
QNetworkProxyQuery(self, networkConfiguration: PySide2.QtNetwork.QNetworkConfiguration, requestUrl: PySide2.QtCore.QUrl, queryType: PySide2.QtNetwork.QNetworkProxyQuery.QueryType = PySide2.QtNetwork.QNetworkProxyQuery.QueryType.UrlRequest)
QNetworkProxyQuery(self, other: PySide2.QtNetwork.QNetworkProxyQuery)
QNetworkProxyQuery(self, requestUrl: PySide2.QtCore.QUrl, queryType: PySide2.QtNetwork.QNetworkProxyQuery.QueryType = PySide2.QtNetwork.QNetworkProxyQuery.QueryType.UrlRequest)

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]
__init__(self, /, *args, **kwargs) Initialize self. See help(type(self)) for accurate signature. [extrait de __init__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
SctpServerPySide2.QtNetwork.QNetworkProxyQuery.QueryType.SctpServer
SctpSocketPySide2.QtNetwork.QNetworkProxyQuery.QueryType.SctpSocket
TcpServerPySide2.QtNetwork.QNetworkProxyQuery.QueryType.TcpServer
TcpSocketPySide2.QtNetwork.QNetworkProxyQuery.QueryType.TcpSocket
UdpSocketPySide2.QtNetwork.QNetworkProxyQuery.QueryType.UdpSocket
UrlRequestPySide2.QtNetwork.QNetworkProxyQuery.QueryType.UrlRequest

Liste des opérateurs

Signature de l'opérateur Description
__eq__(self, value) Return self==value. [extrait de __eq__.__doc__]
__ge__(self, value) Return self>=value. [extrait de __ge__.__doc__]
__gt__(self, value) Return self>value. [extrait de __gt__.__doc__]
__le__(self, value) Return self<=value. [extrait de __le__.__doc__]
__lt__(self, value) Return self<value. [extrait de __lt__.__doc__]
__ne__(self, value) Return self!=value. [extrait de __ne__.__doc__]

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__copy__(self) __copy__(self) [extrait de __copy__.__doc__]
__repr__(self) Return repr(self). [extrait de __repr__.__doc__]
localPort(self) -> int localPort(self) -> int [extrait de localPort.__doc__]
networkConfiguration(self) -> PySide2.QtNetwork.QNetworkConfiguration networkConfiguration(self) -> PySide2.QtNetwork.QNetworkConfiguration [extrait de networkConfiguration.__doc__]
peerHostName(self) -> str peerHostName(self) -> str [extrait de peerHostName.__doc__]
peerPort(self) -> int peerPort(self) -> int [extrait de peerPort.__doc__]
protocolTag(self) -> str protocolTag(self) -> str [extrait de protocolTag.__doc__]
QueryType
queryType(self) -> PySide2.QtNetwork.QNetworkProxyQuery.QueryType queryType(self) -> PySide2.QtNetwork.QNetworkProxyQuery.QueryType [extrait de queryType.__doc__]
setLocalPort(self, port: int) setLocalPort(self, port: int) [extrait de setLocalPort.__doc__]
setNetworkConfiguration(self, networkConfiguration: PySide2.QtNetwork.QNetworkConfiguration) setNetworkConfiguration(self, networkConfiguration: PySide2.QtNetwork.QNetworkConfiguration) [extrait de setNetworkConfiguration.__doc__]
setPeerHostName(self, hostname: str) setPeerHostName(self, hostname: str) [extrait de setPeerHostName.__doc__]
setPeerPort(self, port: int) setPeerPort(self, port: int) [extrait de setPeerPort.__doc__]
setProtocolTag(self, protocolTag: str) setProtocolTag(self, protocolTag: str) [extrait de setProtocolTag.__doc__]
setQueryType(self, type: PySide2.QtNetwork.QNetworkProxyQuery.QueryType) setQueryType(self, type: PySide2.QtNetwork.QNetworkProxyQuery.QueryType) [extrait de setQueryType.__doc__]
setUrl(self, url: PySide2.QtCore.QUrl) setUrl(self, url: PySide2.QtCore.QUrl) [extrait de setUrl.__doc__]
swap(self, other: PySide2.QtNetwork.QNetworkProxyQuery) swap(self, other: PySide2.QtNetwork.QNetworkProxyQuery) [extrait de swap.__doc__]
url(self) -> PySide2.QtCore.QUrl url(self) -> PySide2.QtCore.QUrl [extrait de url.__doc__]

Méthodes héritées de la classe Object

__init_subclass__, __subclasshook__

Méthodes héritées de la classe object

__delattr__, __dir__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__