Uses of Class
org.drasyl.node.plugin.groups.client.message.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
Modifier and TypeMethodDescriptionprotected void
GroupsClientMessageEncoder.encode
(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<GroupsClientMessage> msg, List<Object> out) -
Uses of GroupsClientMessage in org.drasyl.node.plugin.groups.client.message
Modifier and TypeClassDescriptionclass
This message is send by the groups client to the server to join a group.class
This message is send by the groups client to the server to leave a group. -
Uses of GroupsClientMessage in org.drasyl.node.plugin.groups.manager
Modifier and TypeMethodDescriptionprotected void
GroupsManagerHandler.channelRead0
(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<GroupsClientMessage> msg)