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 PeerEndpointDrasylConfig.getEndpoint(com.typesafe.config.Config config, String path) static PeerEndpointConverts aStringinto anEndpoint.static PeerEndpointPeerEndpoint.of(String host, int port, IdentityPublicKey publicKey) Converts the givenhost,port, andpublicKeyinto anEndpoint.static PeerEndpointPeerEndpoint.of(String host, int port, IdentityPublicKey publicKey, Integer networkId) Converts the givenhost,port,publicKey, andnetworkIdinto anEndpoint.static PeerEndpointConverts anURIinto 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.BuilderDrasylConfig.Builder.remoteSuperPeerEndpoints(Set<PeerEndpoint> remoteSuperPeerEndpoints)