Uses of Class
org.newsclub.net.unix.tipc.AFTIPCGroupRequest
-
Uses of AFTIPCGroupRequest in org.newsclub.net.unix.tipc
Fields in org.newsclub.net.unix.tipc declared as AFTIPCGroupRequestModifier and TypeFieldDescriptionstatic final AFTIPCGroupRequest
AFTIPCGroupRequest.NONE
"No group".Fields in org.newsclub.net.unix.tipc with type parameters of type AFTIPCGroupRequestModifier and TypeFieldDescriptionstatic final org.newsclub.net.unix.AFSocketOption
<AFTIPCGroupRequest> AFTIPCSocketOptions.TIPC_GROUP_JOIN
Join a communication group.Methods in org.newsclub.net.unix.tipc that return AFTIPCGroupRequestModifier and TypeMethodDescriptionstatic AFTIPCGroupRequest
AFTIPCGroupRequest.with
(int type, int instance, org.newsclub.net.unix.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.