Uses of Class
io.qt.network.QAbstractSocket.SocketOption
Package | Description |
---|---|
io.qt.network |
-
Uses of QAbstractSocket.SocketOption in io.qt.network
Methods in io.qt.network that return QAbstractSocket.SocketOption Modifier and Type Method Description static QAbstractSocket.SocketOption
QAbstractSocket.SocketOption. resolve(int value)
Returns the corresponding enum entry for the given value.static QAbstractSocket.SocketOption
QAbstractSocket.SocketOption. valueOf(String name)
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.SocketOption Modifier and Type Method Description void
QSslSocket. setSocketOption(QAbstractSocket.SocketOption option, Object value)
Object
QSslSocket. socketOption(QAbstractSocket.SocketOption option)