PySide6.QtNetwork#
- 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
- QSslServer
- 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.
List of Classes#
A |
|||
D |
|||
H |
|||
I |
|||
L |
|||
N |
|||
O |
|||
P |
|||
S |
|||
T |
|||
U |