Uses of Class
org.drasyl.node.plugin.groups.client.message.GroupsClientMessage
Packages that use GroupsClientMessage
Package
Description
The groups client plugin.
Messages that are used to communicate with other nodes using the groups plugin.
The groups manager plugin.
- 
Uses of GroupsClientMessage in org.drasyl.node.plugin.groups.client
Methods in org.drasyl.node.plugin.groups.client with parameters of type GroupsClientMessageModifier and TypeMethodDescriptionprotected voidGroupsClientMessageEncoder.encode(io.netty.channel.ChannelHandlerContext ctx, GroupsClientMessage msg, List<Object> out)  - 
Uses of GroupsClientMessage in org.drasyl.node.plugin.groups.client.message
Subclasses of GroupsClientMessage in org.drasyl.node.plugin.groups.client.messageModifier and TypeClassDescriptionclassThis message is send by the groups client to the server to join a group.classThis message is send by the groups client to the server to leave a group. - 
Uses of GroupsClientMessage in org.drasyl.node.plugin.groups.manager
Method parameters in org.drasyl.node.plugin.groups.manager with type arguments of type GroupsClientMessageModifier and TypeMethodDescriptionprotected voidGroupsManagerHandler.channelRead0(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<GroupsClientMessage> msg)