Package org.ldk.structs
Class SocketAddress.Hostname
- java.lang.Object
-
- org.ldk.structs.SocketAddress
-
- org.ldk.structs.SocketAddress.Hostname
-
- Enclosing class:
- SocketAddress
public static final class SocketAddress.Hostname extends SocketAddress
A hostname/port on which the peer is listening.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.SocketAddress
SocketAddress.Hostname, SocketAddress.OnionV2, SocketAddress.OnionV3, SocketAddress.TcpIpV4, SocketAddress.TcpIpV6
-
-
-
-
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.
-
-