Uses of Class
org.drasyl.handler.remote.protocol.ApplicationMessage
Packages that use ApplicationMessage
Package
Description
Handlers used to communicate with remote nodes.
The protocol used for communication with remote peers.
- 
Uses of ApplicationMessage in org.drasyl.handler.remote
Method parameters in org.drasyl.handler.remote with type arguments of type ApplicationMessageModifier and TypeMethodDescriptionprotected voidApplicationMessageToPayloadCodec.decode(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.AddressedEnvelope<ApplicationMessage, ?> msg, List<Object> out)  - 
Uses of ApplicationMessage in org.drasyl.handler.remote.protocol
Methods in org.drasyl.handler.remote.protocol that return ApplicationMessageModifier and TypeMethodDescriptionApplicationMessage.incrementHopCount()Returns this message with incremented hop count.static ApplicationMessageApplicationMessage.of(int networkId, IdentityPublicKey recipient, IdentityPublicKey sender, ProofOfWork proofOfWork, io.netty.buffer.ByteBuf payload) static ApplicationMessageApplicationMessage.of(HopCount hopCount, boolean isArmed, int networkId, Nonce nonce, DrasylAddress recipient, DrasylAddress sender, ProofOfWork proofOfWork, io.netty.buffer.ByteBuf payload) Creates new application message.