Uses of Class
org.newsclub.net.unix.tipc.AFTIPCSocketOptions.MessageImportance
Packages that use AFTIPCSocketOptions.MessageImportance
-
Uses of AFTIPCSocketOptions.MessageImportance in org.newsclub.net.unix.tipc
Fields in org.newsclub.net.unix.tipc declared as AFTIPCSocketOptions.MessageImportanceModifier and TypeFieldDescriptionstatic final AFTIPCSocketOptions.MessageImportance
AFTIPCSocketOptions.MessageImportance.CRITICAL
Critical importance.static final AFTIPCSocketOptions.MessageImportance
AFTIPCSocketOptions.MessageImportance.HIGH
High importance.static final AFTIPCSocketOptions.MessageImportance
AFTIPCSocketOptions.MessageImportance.LOW
Low importance (the default).static final AFTIPCSocketOptions.MessageImportance
AFTIPCSocketOptions.MessageImportance.MEDIUM
Medium importance.Fields in org.newsclub.net.unix.tipc with type parameters of type AFTIPCSocketOptions.MessageImportanceModifier and TypeFieldDescriptionstatic final AFSocketOption
<AFTIPCSocketOptions.MessageImportance> AFTIPCSocketOptions.TIPC_IMPORTANCE
This option governs how likely a message sent by the socket is to be affected by congestion.Methods in org.newsclub.net.unix.tipc that return AFTIPCSocketOptions.MessageImportanceModifier and TypeMethodDescriptionAFTIPCSocketOptions.MessageImportance.ofValue
(int v) Returns aAFTIPCSocketOptions.MessageImportance
instance for the given value.