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 withnewContentas 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 voidApplicationMessageToPayloadCodec.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 voidGroupsClientHandler.channelRead0(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<GroupsServerMessage> msg) protected voidGroupsClientMessageDecoder.decode(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<io.netty.buffer.ByteBuf> msg, List<Object> out) protected voidGroupsClientMessageEncoder.encode(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<GroupsClientMessage> msg, List<Object> out) protected voidGroupsServerMessageEncoder.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 voidGroupsManagerHandler.channelRead0(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<GroupsClientMessage> msg)