Uses of Class
org.ldk.structs.Hostname
-
Packages that use Hostname Package Description org.ldk.structs -
-
Uses of Hostname in org.ldk.structs
Fields in org.ldk.structs declared as Hostname Modifier and Type Field Description Hostname
NetAddress.Hostname. hostname
The hostname on which the node is listening.Methods in org.ldk.structs that return Hostname Modifier and Type Method Description Hostname
Hostname. clone()
Creates a copy of the HostnameMethods in org.ldk.structs with parameters of type Hostname Modifier and Type Method Description boolean
Hostname. eq(Hostname b)
Checks if two Hostnames contain equal inner contents.static NetAddress
NetAddress. hostname(Hostname hostname, short port)
Utility method to constructs a new Hostname-variant NetAddress
-