Uses of Class
io.qt.network.QLocalServer.SocketOptions
Packages that use QLocalServer.SocketOptions
-
Uses of QLocalServer.SocketOptions in io.qt.network
Methods in io.qt.network that return QLocalServer.SocketOptionsModifier and TypeMethodDescriptionQLocalServer.SocketOption.asFlags()
Create a SocketOptions of the enum entry.QLocalServer.SocketOption.cleared
(QLocalServer.SocketOption e) Excludes other enum entry from a flag of this entry.QLocalServer.SocketOptions.clone()
Clones the flagsQLocalServer.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
QLocalServer.socketOptions()
Methods in io.qt.network that return types with arguments of type QLocalServer.SocketOptionsMethods in io.qt.network with parameters of type QLocalServer.SocketOptionsModifier and TypeMethodDescriptionfinal int
QLocalServer.SocketOptions.compareTo
(QLocalServer.SocketOptions other) final void
QLocalServer.setSocketOptions
(QLocalServer.SocketOptions options) -
Uses of QLocalServer.SocketOptions in io.qt.remoteobjects
Methods in io.qt.remoteobjects with parameters of type QLocalServer.SocketOptionsModifier and TypeMethodDescriptionstatic void
QRemoteObjectHost.setLocalServerOptions
(QLocalServer.SocketOptions options) Sets the socket options for QLocalServer backends to options