Class GroupWelcomeMessage
java.lang.Object
org.drasyl.node.plugin.groups.client.message.GroupsPluginMessage
org.drasyl.node.plugin.groups.client.message.GroupsServerMessage
org.drasyl.node.plugin.groups.client.message.GroupWelcomeMessage
This message is sent by the groups server to the client when the join to a group was successful.
This is an immutable object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract Set<IdentityPublicKey>
static GroupWelcomeMessage
of
(io.netty.buffer.ByteBuf byteBuf) static GroupWelcomeMessage
of
(Group group, Set<IdentityPublicKey> members) void
writeTo
(io.netty.buffer.ByteBuf out) Writes this message to the bufferout
.Methods inherited from class org.drasyl.node.plugin.groups.client.message.GroupsPluginMessage
getGroup
-
Constructor Details
-
GroupWelcomeMessage
public GroupWelcomeMessage()
-
-
Method Details
-
of
-
of
-
getMembers
-
writeTo
public void writeTo(io.netty.buffer.ByteBuf out) Description copied from class:GroupsPluginMessage
Writes this message to the bufferout
.- Overrides:
writeTo
in classGroupsPluginMessage
- Parameters:
out
- writes this envelope to this buffer
-