Uses of Class
org.drasyl.peer.PeerInformation
Packages that use PeerInformation
Package
Description
Package contains classes that are used for communicating with other peers.
Contains all message types that drasyl uses to configure the overlay network and transfer
application messages.
-
Uses of PeerInformation in org.drasyl.peer
Fields in org.drasyl.peer with type parameters of type PeerInformationMethods in org.drasyl.peer that return PeerInformationModifier and TypeMethodDescriptionPeerInformation.intern()
static PeerInformation
PeerInformation.of()
static PeerInformation
Methods in org.drasyl.peer that return types with arguments of type PeerInformationModifier and TypeMethodDescriptionPeersManager.getChildren()
PeersManager.getPeer
(CompressedPublicKey publicKey) PeersManager.getPeers()
PeersManager.getSuperPeer()
Methods in org.drasyl.peer with parameters of type PeerInformationModifier and TypeMethodDescriptionvoid
PeersManager.setPeerInformation
(CompressedPublicKey publicKey, PeerInformation peerInformation) void
PeersManager.setPeerInformationAndAddPath
(CompressedPublicKey publicKey, PeerInformation peerInformation, Path path) void
PeersManager.setPeerInformationAndAddPathAndChildren
(CompressedPublicKey publicKey, PeerInformation peerInformation, Path path) void
PeersManager.setPeerInformationAndAddPathAndSetSuperPeer
(CompressedPublicKey publicKey, PeerInformation peerInformation, Path path) -
Uses of PeerInformation in org.drasyl.peer.connection.message
Methods in org.drasyl.peer.connection.message that return PeerInformationModifier and TypeMethodDescriptionIdentityMessage.getPeerInformation()
WelcomeMessage.getPeerInformation()
WhoisMessage.getPeerInformation()
Constructors in org.drasyl.peer.connection.message with parameters of type PeerInformationModifierConstructorDescriptionIdentityMessage
(int networkId, CompressedPublicKey sender, ProofOfWork proofOfWork, CompressedPublicKey recipient, PeerInformation peerInformation, MessageId correspondingId) WelcomeMessage
(int networkId, CompressedPublicKey sender, ProofOfWork proofOfWork, CompressedPublicKey recipient, PeerInformation peerInformation, MessageId correspondingId) Creates new welcome message.WhoisMessage
(int networkId, CompressedPublicKey sender, ProofOfWork proofOfWork, CompressedPublicKey recipient, PeerInformation peerInformation)