Uses of Enum
io.qt.network.QAbstractSocket.NetworkLayerProtocol
Packages that use QAbstractSocket.NetworkLayerProtocol
-
Uses of QAbstractSocket.NetworkLayerProtocol in io.qt.network
Methods in io.qt.network that return QAbstractSocket.NetworkLayerProtocolModifier and TypeMethodDescriptionQHostAddress.protocol()
QAbstractSocket.NetworkLayerProtocol.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QAbstractSocket.NetworkLayerProtocol[]
QAbstractSocket.NetworkLayerProtocol.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.network with parameters of type QAbstractSocket.NetworkLayerProtocolModifier and TypeMethodDescriptionvoid
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) final void
QSslSocket.connectToHostEncrypted
(String hostName, short port, QIODeviceBase.OpenMode mode, QAbstractSocket.NetworkLayerProtocol protocol) final void
QSslSocket.connectToHostEncrypted
(String hostName, short port, String sslPeerName, QIODeviceBase.OpenMode mode, QAbstractSocket.NetworkLayerProtocol protocol)