Uses of Class
org.drasyl.handler.remote.protocol.UniteMessage
Package
Description
The protocol used for communication with remote peers.
-
Uses of UniteMessage in org.drasyl.handler.remote.protocol
Modifier and TypeMethodDescriptionUniteMessage.incrementHopCount()
static UniteMessage
UniteMessage.of
(int networkId, DrasylAddress recipient, IdentityPublicKey sender, ProofOfWork proofOfWork, DrasylAddress address, InetSocketAddress inetAddress) static UniteMessage
UniteMessage.of
(HopCount hopCount, boolean isArmed, int networkId, Nonce nonce, DrasylAddress recipient, DrasylAddress sender, ProofOfWork proofOfWork, DrasylAddress address, InetAddress inetAddress, UnsignedShort port) Creates new unit message.