Uses of Interface
org.drasyl.peer.Path
Packages that use Path
Package
Description
Package contains classes that are used for communicating with other peers.
-
Uses of Path in org.drasyl.peer
Methods in org.drasyl.peer that return types with arguments of type PathModifier and TypeMethodDescriptionPeersManager.getPeer
(CompressedPublicKey publicKey) PeersManager.getSuperPeer()
Methods in org.drasyl.peer with parameters of type PathModifier and TypeMethodDescriptionvoid
PeersManager.removeChildrenAndPath
(CompressedPublicKey publicKey, Path path) void
PeersManager.removePath
(CompressedPublicKey publicKey, Path path) 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) void
PeersManager.unsetSuperPeerAndRemovePath
(Path path)