KDECore
ktcpsocket.h
Go to the documentation of this file.
44 Rsa = 0,
46 Dh
50 PrivateKey
115 PathLengthExceeded
149 UnconnectedState = 0,
155 ClosingState
159 UnknownSslVersion = 0x01,
160 SslV2 = 0x02,
161 SslV3 = 0x04,
162 TlsV1 = 0x08,
163 SslV3_1 = 0x08,
164 TlsV1SslV3 = 0x10,
165 SecureProtocols = 0x20,
166 AnySslVersion = SslV2 | SslV3 | TlsV1
170 UnknownError = 0,
179 SslHandshakeFailedError
214 UnencryptedMode = 0,
220 AutoProxy = 0,
222 ManualProxy
251 void connectToHost(const QHostAddress &hostAddress, quint16 port, ProxyPolicy policy = AutoProxy);
299 void connectToHostEncrypted(const QString &hostName, quint16 port, OpenMode openMode = ReadWrite);
385 friend class KTcpSocketPrivate;
Definition: ktcpsocket.h:144
@ InvalidCertificateAuthorityCertificate
Definition: ktcpsocket.h:104
Definition: ktcpsocket.h:41
@ UnsupportedSocketOperationError
Definition: ktcpsocket.h:178
Definition: ktcpsocket.h:98
Definition: ktcpsocket.h:70
Definition: kurl.h:111
This class can hold all the necessary data from a KTcpSocket to ask the user to continue connecting i...
Definition: ktcpsocket.h:397
Definition: ktcpsocket_p.h:23
QTcpSocket * connectToHost(const QString &protocol, const QString &host, quint16 port, QObject *parent=0)
Initiates a TCP/IP socket connection to remote node (host) host, using the protocol.
Definition: ksocketfactory.cpp:69
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sun Jan 19 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sun Jan 19 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.