Uses of Class
org.drasyl.handler.remote.protocol.UniteMessage
Packages that use UniteMessage
Package
Description
The protocol used for communication with remote peers.
-
Uses of UniteMessage in org.drasyl.handler.remote.protocol
Methods in org.drasyl.handler.remote.protocol that return UniteMessageModifier 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.