public class IpVersionSelector$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static IpVersionSelector$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
IpVersionSelector$() |
| Modifier and Type | Method and Description |
|---|---|
scala.Option<java.net.InetAddress> |
getInetAddress(scala.Option<java.net.Inet4Address> ipv4,
scala.Option<java.net.Inet6Address> ipv6) |
public static final IpVersionSelector$ MODULE$