Uses of Interface
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
Method parameters in org.drasyl.node.plugin.groups.client with type arguments of type GroupsClientMessageModifier 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
Classes in org.drasyl.node.plugin.groups.client.message that implement GroupsClientMessageModifier 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
Method parameters in org.drasyl.node.plugin.groups.manager with type arguments of type GroupsClientMessageModifier and TypeMethodDescriptionprotected void
GroupsManagerHandler.channelRead0
(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<GroupsClientMessage> msg)