Uses of Class
org.drasyl.handler.remote.protocol.ApplicationMessage
Packages that use ApplicationMessage
Package
Description
The protocol used for communication with remote peers.
-
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 ApplicationMessage
ApplicationMessage.of
(int networkId, IdentityPublicKey recipient, IdentityPublicKey sender, ProofOfWork proofOfWork, io.netty.buffer.ByteBuf payload) static ApplicationMessage
ApplicationMessage.of
(HopCount hopCount, boolean isArmed, int networkId, Nonce nonce, DrasylAddress recipient, DrasylAddress sender, ProofOfWork proofOfWork, io.netty.buffer.ByteBuf payload) Creates new application message.