Uses of Enum
io.qt.network.QLocalServer.SocketOption
Packages that use QLocalServer.SocketOption
-
Uses of QLocalServer.SocketOption in io.qt.network
Methods in io.qt.network that return QLocalServer.SocketOptionModifier and TypeMethodDescriptionfinal QLocalServer.SocketOption[]
QLocalServer.SocketOptions.flags()
Returns an array of flag objects represented by this SocketOptions.static QLocalServer.SocketOption
QLocalServer.SocketOption.resolve
(int value) Returns the corresponding enum entry for the given value.static QLocalServer.SocketOption
Returns the enum constant of this type with the specified name.static QLocalServer.SocketOption[]
QLocalServer.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 QLocalServer.SocketOptionModifier and TypeMethodDescriptionQLocalServer.SocketOption.combined
(QLocalServer.SocketOption e) Combines this entry with other enum entry.QLocalServer.SocketOptions.combined
(QLocalServer.SocketOption e) Combines this flags with enum entry.static QLocalServer.SocketOptions
QLocalServer.SocketOption.flags
(QLocalServer.SocketOption... values) Creates a newQLocalServer.SocketOptions
from the entries.QLocalServer.SocketOptions.setFlag
(QLocalServer.SocketOption e) Sets the flage
QLocalServer.SocketOptions.setFlag
(QLocalServer.SocketOption e, boolean on) Sets or clears the flagflag
final void
QLocalServer.setSocketOptions
(QLocalServer.SocketOption ... options) Overloaded function forQLocalServer.setSocketOptions(io.qt.network.QLocalServer.SocketOptions)
.Constructors in io.qt.network with parameters of type QLocalServer.SocketOptionModifierConstructorDescriptionSocketOptions
(QLocalServer.SocketOption... args) Creates a new SocketOptions where the flags inargs
are set.