Uses of Class
org.drasyl.handler.remote.protocol.ApplicationMessage
Package
Description
The protocol used for communication with remote peers.
-
Uses of ApplicationMessage in org.drasyl.handler.remote.protocol
Modifier 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.