- java.lang.Object
-
- org.praxislive.hub.net.NetworkCoreFactory.Info
-
- Enclosing class:
- NetworkCoreFactory
public static final class NetworkCoreFactory.Info extends Object
Information about the launched network hub. Returned fromNetworkCoreFactory.awaitInfo(long, java.util.concurrent.TimeUnit)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<SocketAddress>
serverAddress()
Socket address of the launched hub, if available.
-
-
-
Method Detail
-
serverAddress
public Optional<SocketAddress> serverAddress()
Socket address of the launched hub, if available.- Returns:
- optional of socket address
-
-