PySide6.QtNetwork¶
A |
|||
D |
|||
H |
|||
I |
|||
L |
|||
N |
|||
O |
|||
P |
|||
S |
|||
T |
|||
U |
- QAbstractNetworkCache
- QAbstractSocket
- QAuthenticator
- QDnsDomainNameRecord
- QDnsHostAddressRecord
- QDnsLookup
- QDnsMailExchangeRecord
- QDnsServiceRecord
- QDnsTextRecord
- QDtls
- QDtlsClientVerifier
- QHostAddress
- QHostInfo
- QHstsPolicy
- QHttp2Configuration
- QHttpMultiPart
- QHttpPart
- QIPv6Address
- QLocalServer
- QLocalSocket
- QNetworkAccessManager
- QNetworkAddressEntry
- QNetworkCacheMetaData
- QNetworkCookie
- QNetworkCookieJar
- QNetworkDatagram
- QNetworkDiskCache
- QNetworkInformation
- QNetworkInterface
- QNetworkProxy
- QNetworkProxyFactory
- QNetworkProxyQuery
- QNetworkReply
- QNetworkRequest
- QOcspResponse
- QPasswordDigestor
- QSsl
- QSslCertificate
- QSslCertificateExtension
- QSslCipher
- QSslConfiguration
- QSslDiffieHellmanParameters
- QSslEllipticCurve
- QSslError
- QSslKey
- QSslPreSharedKeyAuthenticator
- QSslSocket
- QTcpServer
- QTcpSocket
- QUdpSocket
Detailed Description¶
Provides networking capabilities
The Qt Network module provides a set of APIs for programming applications that use TCP/IP. Operations such as requests, cookies, and sending data over HTTP are handled by various Python classes.
Using the Module¶
To include the definitions of modules classes, use the following directive:
import PySide6.QtNetwork
Articles and Guides¶
These articles contain information about Qt Network setup and about applications with networking capabilities.
Network Programming with Qt - Programming applications with networking capabilities
Secure Sockets Layer (SSL) Classes - Classes for secure communication over network sockets
Also note shipping OpenSSL might cause Import and Export Restrictions to apply.
© 2022 The Qt Company Ltd. 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. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.