Package org.ldk.structs
Class NetAddress.Hostname
- java.lang.Object
-
- org.ldk.structs.NetAddress
-
- org.ldk.structs.NetAddress.Hostname
-
- Enclosing class:
- NetAddress
public static final class NetAddress.Hostname extends NetAddress
A hostname/port on which the peer is listening.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.NetAddress
NetAddress.Hostname, NetAddress.IPv4, NetAddress.IPv6, NetAddress.OnionV2, NetAddress.OnionV3
-
-
-
-
Field Detail
-
hostname
public final Hostname hostname
The hostname on which the node is listening.
-
port
public final short port
The port on which the node is listening.
-
-