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 withnewContent
as 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 void
OverlayMessageToEnvelopeMessageCodec.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 void
CyclonShufflingServerHandler.channelRead0
(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<CyclonShuffleRequest> msg) protected void
CyclonCodec.decode
(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<io.netty.buffer.ByteBuf> msg, List<Object> out) protected void
CyclonCodec.encode
(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<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 void
PubSubBrokerHandler.channelRead0
(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<PubSubMessage> msg) protected void
PubSubCodec.decode
(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<io.netty.buffer.ByteBuf> msg, List<Object> out) protected void
PubSubCodec.encode
(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<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 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)