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, Set<InetSocketAddress> endpoints) static UniteMessage
UniteMessage.of
(HopCount hopCount, boolean isArmed, int networkId, Nonce nonce, DrasylAddress recipient, DrasylAddress sender, ProofOfWork proofOfWork, DrasylAddress address, Set<InetSocketAddress> endpoints) Creates new unit message.