PySide6.QtNetwork¶
- Enumerations
GeneratorParameters
QAbstractNetworkCache
QAbstractSocket
QAuthenticator
QDnsDomainNameRecord
QDnsHostAddressRecord
QDnsLookup
QDnsMailExchangeRecord
QDnsServiceRecord
QDnsTextRecord
QDnsTlsAssociationRecord
QDtls
QDtlsClientVerifier
QFormDataBuilder
QFormDataPartBuilder
QHostAddress
QHostInfo
QHstsPolicy
QHttp1Configuration
QHttp2Configuration
QHttpHeaders
QHttpMultiPart
QHttpPart
QIPv6Address
QLocalServer
QLocalSocket
QNetworkAccessManager
QNetworkAddressEntry
QNetworkCacheMetaData
QNetworkCookie
QNetworkCookieJar
QNetworkDatagram
QNetworkDiskCache
QNetworkInformation
QNetworkInterface
QNetworkProxy
QNetworkProxyFactory
QNetworkProxyQuery
QNetworkReply
QNetworkRequest
QNetworkRequestFactory
QOcspResponse
QPasswordDigestor
QRestAccessManager
QRestReply
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 |
|||
F |
|||
G |
|||
H |
|||
I |
|||
L |
|||
N |
|||
O |
|||
P |
|||
R |
|||
S |
|||
T |
|||
U |