Uses of Class
org.newsclub.net.unix.tipc.AFTIPCSocketOptions.MessageImportance
-
Uses of AFTIPCSocketOptions.MessageImportance in org.newsclub.net.unix.tipc
Modifier 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.Modifier and TypeFieldDescriptionstatic final org.newsclub.net.unix.AFSocketOption
<AFTIPCSocketOptions.MessageImportance> AFTIPCSocketOptions.TIPC_IMPORTANCE
This option governs how likely a message sent by the socket is to be affected by congestion.Modifier and TypeMethodDescriptionAFTIPCSocketOptions.MessageImportance.ofValue
(int v) Returns aAFTIPCSocketOptions.MessageImportance
instance for the given value.