Uses of Enum
io.qt.network.QLocalServer.SocketOption
-
Uses of QLocalServer.SocketOption in io.qt.network
Modifier 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.Modifier and TypeMethodDescriptionQLocalServer.SocketOption.cleared
(QLocalServer.SocketOption e) Excludes other enum entry from a flag of this entry.QLocalServer.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)
.ModifierConstructorDescriptionSocketOptions
(QLocalServer.SocketOption ... args) Creates a new SocketOptions where the flags inargs
are set. -
Uses of QLocalServer.SocketOption in io.qt.remoteobjects
Modifier and TypeMethodDescriptionstatic void
QRemoteObjectHost.setLocalServerOptions
(QLocalServer.SocketOption ... options) Overloaded function forQRemoteObjectHost.setLocalServerOptions(io.qt.network.QLocalServer.SocketOptions)
.