Uses of Class
org.drasyl.node.PeerEndpoint
Packages that use PeerEndpoint
-
Uses of PeerEndpoint in org.drasyl.node
Methods in org.drasyl.node that return PeerEndpointModifier 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
.Methods in org.drasyl.node that return types with arguments of type PeerEndpointModifier and TypeMethodDescriptionstatic Set<PeerEndpoint>
DrasylConfig.getEndpointSet
(com.typesafe.config.Config config, String path) abstract Set<PeerEndpoint>
DrasylConfig.getRemoteSuperPeerEndpoints()
Method parameters in org.drasyl.node with type arguments of type PeerEndpointModifier and TypeMethodDescriptionabstract DrasylConfig.Builder
DrasylConfig.Builder.remoteSuperPeerEndpoints
(Set<PeerEndpoint> remoteSuperPeerEndpoints)