Uses of Class
org.drasyl.node.plugin.groups.client.message.GroupsServerMessage
Package
Description
The groups client plugin.
Messages that are used to communicate with other nodes using the groups plugin.
-
Uses of GroupsServerMessage in org.drasyl.node.plugin.groups.client
Modifier and TypeMethodDescriptionprotected void
GroupsClientHandler.channelRead0
(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<GroupsServerMessage> msg) protected void
GroupsServerMessageEncoder.encode
(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<GroupsServerMessage> msg, List<Object> out) -
Uses of GroupsServerMessage in org.drasyl.node.plugin.groups.client.message
Modifier and TypeClassDescriptionclass
This message is sent by the groups server to the client when the join to a group was not successful.class
This message is sent by the groups server to the client when the join to a group was successful.class
This message is sent by the groups server to the client when a new member has joined a group.class
This message is sent by the groups server to the client when a member has left a group.