KDECore
ktcpsocket.h
Go to the documentation of this file.
159 UnknownSslVersion = 0x01,
160 SslV2 = 0x02,
161 SslV3 = 0x04,
162 TlsV1 = 0x08,
163 SslV3_1 = 0x08,
164 TlsV1SslV3 = 0x10,
165 SecureProtocols = 0x20,
167 };
251 void connectToHost(const QHostAddress &hostAddress, quint16 port, ProxyPolicy policy = AutoProxy);
299 void connectToHostEncrypted(const QString &hostName, quint16 port, OpenMode openMode = ReadWrite);
Definition ktcpsocket.h:70
Definition ktcpsocket_p.h:24
This class can hold all the necessary data from a KTcpSocket to ask the user to continue connecting i...
Definition ktcpsocket.h:398
Definition ktcpsocket.h:99
@ InvalidCertificateAuthorityCertificate
Definition ktcpsocket.h:104
Definition ktcpsocket.h:41
Definition ktcpsocket.h:145
void encryptionModeChanged(EncryptionMode)
void encryptedBytesWritten(qint64 written)
void proxyAuthenticationRequired(const QNetworkProxy &proxy, QAuthenticator *authenticator)
void error(KTcpSocket::Error)
void encrypted()
void stateChanged(KTcpSocket::State)
void hostFound()
void sslErrors(const QList< KSslError > &errors)
void connected()
@ UnsupportedSocketOperationError
Definition ktcpsocket.h:178
void disconnected()
Definition kaboutdata.h:33
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.