Uses of Class
org.drasyl.node.PeerEndpoint
-
Uses of PeerEndpoint in org.drasyl.node
Modifier and TypeMethodDescriptionstatic PeerEndpoint
DrasylConfig.getEndpoint
(com.typesafe.config.Config config, String path) static PeerEndpoint
Converts aString
into anEndpoint
.static PeerEndpoint
PeerEndpoint.of
(String host, int port, IdentityPublicKey publicKey) Converts the givenhost
,port
, andpublicKey
into anEndpoint
.static PeerEndpoint
PeerEndpoint.of
(String host, int port, IdentityPublicKey publicKey, Integer networkId) Converts the givenhost
,port
,publicKey
, andnetworkId
into anEndpoint
.static PeerEndpoint
Converts anURI
into anEndpoint
.Modifier and TypeMethodDescriptionstatic Set<PeerEndpoint>
DrasylConfig.getEndpointSet
(com.typesafe.config.Config config, String path) abstract Set<PeerEndpoint>
DrasylConfig.getRemoteSuperPeerEndpoints()
Modifier and TypeMethodDescriptionabstract DrasylConfig.Builder
DrasylConfig.Builder.remoteSuperPeerEndpoints
(Set<PeerEndpoint> remoteSuperPeerEndpoints)