Uses of Class
org.drasyl.channel.OverlayAddressedMessage
Package
Description
netty
Channel
for the drasyl overlay
network.Handlers used to communicate with remote nodes.
The groups client plugin.
The groups manager plugin.
-
Uses of OverlayAddressedMessage in org.drasyl.channel
Modifier and TypeMethodDescription<N> OverlayAddressedMessage<N>
OverlayAddressedMessage.replace
(N newContent) Returns a copy of this message withnewContent
as the newDefaultAddressedEnvelope.content()
.OverlayAddressedMessage.retain()
OverlayAddressedMessage.retain
(int increment) OverlayAddressedMessage.touch()
-
Uses of OverlayAddressedMessage in org.drasyl.handler.remote
Modifier and TypeMethodDescriptionprotected void
ApplicationMessageToPayloadCodec.encode
(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<io.netty.buffer.ByteBuf> msg, List<Object> out) -
Uses of OverlayAddressedMessage in org.drasyl.node.plugin.groups.client
Modifier and TypeMethodDescriptionprotected void
GroupsClientHandler.channelRead0
(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<GroupsServerMessage> msg) protected void
GroupsClientMessageDecoder.decode
(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<io.netty.buffer.ByteBuf> msg, List<Object> out) protected void
GroupsClientMessageEncoder.encode
(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<GroupsClientMessage> msg, List<Object> out) protected void
GroupsServerMessageEncoder.encode
(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<GroupsServerMessage> msg, List<Object> out) -
Uses of OverlayAddressedMessage in org.drasyl.node.plugin.groups.manager
Modifier and TypeMethodDescriptionprotected void
GroupsManagerHandler.channelRead0
(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<GroupsClientMessage> msg)