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 HostnameSocketAddress.Hostname. hostnameThe hostname on which the node is listening.HostnameResult_HostnameDecodeErrorZ.Result_HostnameDecodeErrorZ_OK. resMethods in org.ldk.structs that return Hostname Modifier and Type Method Description HostnameHostname. clone()Creates a copy of the HostnameMethods in org.ldk.structs with parameters of type Hostname Modifier and Type Method Description booleanHostname. eq(Hostname b)Checks if two Hostnames contain equal inner contents.static SocketAddressSocketAddress. hostname(Hostname hostname, short port)Utility method to constructs a new Hostname-variant SocketAddressstatic Result_HostnameDecodeErrorZResult_HostnameDecodeErrorZ. ok(Hostname o)Creates a new CResult_HostnameDecodeErrorZ in the success state.
-