Modifier and Type | Class and Description |
---|---|
pack-priv static class |
Modifier and Type | Field and Description |
---|---|
private static final InternalLogger | logger
The logger being used by this class |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
pack-priv static Inet4Address | |
pack-priv static Inet6Address | |
pack-priv static NetUtilInitializations. | determineLoopback(Collection<NetworkInterface> networkInterfaces, Inet4Address localhost4, Inet6Address localhost6)
|
pack-priv static Collection |
logger | back to summary |
---|---|
private static final InternalLogger logger The logger being used by this class |
NetUtilInitializations | back to summary |
---|---|
private NetUtilInitializations() |
createLocalhost4 | back to summary |
---|---|
pack-priv static Inet4Address createLocalhost4() |
createLocalhost6 | back to summary |
---|---|
pack-priv static Inet6Address createLocalhost6() |
determineLoopback | back to summary |
---|---|
pack-priv static NetUtilInitializations. |
networkInterfaces | back to summary |
---|---|
pack-priv static Collection |
Modifier and Type | Field and Description |
---|---|
private final InetAddress | |
private final NetworkInterface |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public InetAddress | |
public NetworkInterface |
address | back to summary |
---|---|
private final InetAddress address |
iface | back to summary |
---|---|
private final NetworkInterface iface |
NetworkIfaceAndInetAddress | back to summary |
---|---|
pack-priv NetworkIfaceAndInetAddress(NetworkInterface iface, InetAddress address) |
address | back to summary |
---|---|
public InetAddress address() |
iface | back to summary |
---|---|
public NetworkInterface iface() |