Uses of Class
org.drasyl.channel.OverlayAddressedMessage
Packages that use OverlayAddressedMessage
Package
Description
netty 
Channel for the drasyl overlay
 network.For message decoding and encoding (like serialization).
CYCLON membership management.
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.codec
Methods in org.drasyl.handler.codec with parameters of type OverlayAddressedMessageModifier and TypeMethodDescriptionprotected voidOverlayMessageToEnvelopeMessageCodec.decode(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<?> msg, List<Object> out)  - 
Uses of OverlayAddressedMessage in org.drasyl.handler.membership.cyclon
Methods in org.drasyl.handler.membership.cyclon with parameters of type OverlayAddressedMessageModifier and TypeMethodDescriptionprotected voidCyclonShufflingServerHandler.channelRead0(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<CyclonShuffleRequest> msg) protected voidCyclonCodec.decode(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<io.netty.buffer.ByteBuf> msg, List<Object> out) protected voidCyclonCodec.encode(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<org.drasyl.handler.membership.cyclon.CyclonMessage> msg, List<Object> out)  - 
Uses of OverlayAddressedMessage in org.drasyl.handler.pubsub
Methods in org.drasyl.handler.pubsub with parameters of type OverlayAddressedMessageModifier and TypeMethodDescriptionprotected voidPubSubBrokerHandler.channelRead0(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<org.drasyl.handler.pubsub.PubSubMessage> msg) protected voidPubSubCodec.decode(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<io.netty.buffer.ByteBuf> msg, List<Object> out) protected voidPubSubCodec.encode(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<org.drasyl.handler.pubsub.PubSubMessage> msg, List<Object> out)  - 
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)