Uses of Enum
io.qt.network.QAbstractSocket.SocketOption
Packages that use QAbstractSocket.SocketOption
-
Uses of QAbstractSocket.SocketOption in io.qt.network
Methods in io.qt.network that return QAbstractSocket.SocketOptionModifier and TypeMethodDescriptionstatic QAbstractSocket.SocketOption
QAbstractSocket.SocketOption.resolve
(int value) Returns the corresponding enum entry for the given value.static QAbstractSocket.SocketOption
Returns the enum constant of this type with the specified name.static QAbstractSocket.SocketOption[]
QAbstractSocket.SocketOption.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.SocketOptionModifier and TypeMethodDescriptionvoid
QSslSocket.setSocketOption
(QAbstractSocket.SocketOption option, Object value) QSslSocket.socketOption
(QAbstractSocket.SocketOption option)