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.MessageImportanceAFTIPCSocketOptions.MessageImportance.CRITICALCritical importance.static final AFTIPCSocketOptions.MessageImportanceAFTIPCSocketOptions.MessageImportance.HIGHHigh importance.static final AFTIPCSocketOptions.MessageImportanceAFTIPCSocketOptions.MessageImportance.LOWLow importance (the default).static final AFTIPCSocketOptions.MessageImportanceAFTIPCSocketOptions.MessageImportance.MEDIUMMedium importance.Fields in org.newsclub.net.unix.tipc with type parameters of type AFTIPCSocketOptions.MessageImportanceModifier and TypeFieldDescriptionstatic final AFSocketOption<AFTIPCSocketOptions.MessageImportance> AFTIPCSocketOptions.TIPC_IMPORTANCEThis 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.MessageImportanceinstance for the given value.