Uses of Class
org.newsclub.net.unix.tipc.AFTIPCGroupRequest
-
Uses of AFTIPCGroupRequest in org.newsclub.net.unix.tipc
Modifier and TypeFieldDescriptionstatic final AFTIPCGroupRequest
AFTIPCGroupRequest.NONE
"No group".Modifier and TypeFieldDescriptionstatic final AFSocketOption
<AFTIPCGroupRequest> AFTIPCSocketOptions.TIPC_GROUP_JOIN
Join a communication group.Modifier and TypeMethodDescriptionstatic AFTIPCGroupRequest
AFTIPCGroupRequest.with
(int type, int instance, AFTIPCSocketAddress.Scope scope, AFTIPCGroupRequest.GroupRequestFlags flags) Returns anAFTIPCGroupRequest
instance using the given parameters.static AFTIPCGroupRequest
AFTIPCGroupRequest.with
(int type, int instance, AFTIPCGroupRequest.GroupRequestFlags flags) Returns anAFTIPCGroupRequest
instance using the given parameters, implying cluster scope.