-
Methods in io.qt.network with parameters of type QAbstractSocket.NetworkLayerProtocol
Modifier and Type |
Method |
Description |
void |
QAbstractSocket.connectToHost(String hostName,
int port,
QIODeviceBase.OpenMode mode,
QAbstractSocket.NetworkLayerProtocol protocol) |
|
void |
QSslSocket.connectToHost(String hostName,
int port,
QIODeviceBase.OpenMode openMode,
QAbstractSocket.NetworkLayerProtocol protocol) |
|
void |
QSslSocket.connectToHostEncrypted(String hostName,
short port,
QIODeviceBase.OpenMode mode,
QAbstractSocket.NetworkLayerProtocol protocol) |
|
void |
QSslSocket.connectToHostEncrypted(String hostName,
short port,
String sslPeerName,
QIODeviceBase.OpenMode mode,
QAbstractSocket.NetworkLayerProtocol protocol) |
|