Uses of Class
org.drasyl.channel.OverlayAddressedMessage
Packages that use 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
Methods in org.drasyl.channel that return OverlayAddressedMessageModifier 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
Methods in org.drasyl.handler.remote with parameters of type OverlayAddressedMessageModifier 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
Methods in org.drasyl.node.plugin.groups.client with parameters of type OverlayAddressedMessageModifier 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
Methods in org.drasyl.node.plugin.groups.manager with parameters of type OverlayAddressedMessageModifier and TypeMethodDescriptionprotected void
GroupsManagerHandler.channelRead0
(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<GroupsClientMessage> msg)