Uses of Class
org.drasyl.node.plugin.groups.client.Group
Packages that use Group
Package
Description
The groups client plugin.
Event
s that are emitted when this plugin is enabled.Messages that are used to communicate with other nodes using the groups plugin.
-
Uses of Group in org.drasyl.node.plugin.groups.client
Methods in org.drasyl.node.plugin.groups.client that return Group -
Uses of Group in org.drasyl.node.plugin.groups.client.event
Fields in org.drasyl.node.plugin.groups.client.event declared as GroupModifier and TypeFieldDescriptionprotected final Group
GroupMemberActionEvent.group
protected final Group
GroupMemberActionEvent.group
Methods in org.drasyl.node.plugin.groups.client.event that return GroupModifier and TypeMethodDescriptionGroupEvent.getGroup()
GroupJoinedEvent.getGroup()
GroupJoinFailedEvent.getGroup()
GroupLeftEvent.getGroup()
Methods in org.drasyl.node.plugin.groups.client.event with parameters of type GroupModifier and TypeMethodDescriptionstatic GroupJoinedEvent
GroupJoinedEvent.of
(Group group, Set<IdentityPublicKey> members, Runnable leaveRun) static GroupJoinFailedEvent
GroupJoinFailedEvent.of
(Group group, GroupJoinFailedMessage.Error reason, Runnable reJoin) static GroupLeftEvent
static GroupMemberJoinedEvent
GroupMemberJoinedEvent.of
(IdentityPublicKey member, Group group) static GroupMemberLeftEvent
GroupMemberLeftEvent.of
(IdentityPublicKey member, Group group) -
Uses of Group in org.drasyl.node.plugin.groups.client.message
Fields in org.drasyl.node.plugin.groups.client.message declared as GroupModifier and TypeFieldDescriptionprotected final Group
GroupActionMessage.group
protected final Group
GroupActionMessage.group
protected final Group
GroupActionMessage.group
protected final Group
GroupActionMessage.group
protected final Group
GroupActionMessage.group
protected final Group
GroupActionMessage.group
Constructors in org.drasyl.node.plugin.groups.client.message with parameters of type GroupModifierConstructorDescriptionGroupJoinFailedMessage
(Group group, GroupJoinFailedMessage.Error reason) GroupJoinMessage
(Group group, String credentials, ProofOfWork proofOfWork, boolean renew) GroupLeaveMessage
(Group group) GroupWelcomeMessage
(Group group, Set<IdentityPublicKey> members) MemberJoinedMessage
(IdentityPublicKey member, Group group) MemberLeftMessage
(IdentityPublicKey member, Group group)