public static class NetworkChangeDetector.NetworkInformation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
handle |
NetworkChangeDetector.IPAddress[] |
ipAddresses |
java.lang.String |
name |
NetworkChangeDetector.ConnectionType |
type |
NetworkChangeDetector.ConnectionType |
underlyingTypeForVpn |
Constructor and Description |
---|
NetworkInformation(java.lang.String name,
NetworkChangeDetector.ConnectionType type,
NetworkChangeDetector.ConnectionType underlyingTypeForVpn,
long handle,
NetworkChangeDetector.IPAddress[] addresses) |
public final java.lang.String name
public final NetworkChangeDetector.ConnectionType type
public final NetworkChangeDetector.ConnectionType underlyingTypeForVpn
public final long handle
public final NetworkChangeDetector.IPAddress[] ipAddresses
public NetworkInformation(java.lang.String name, NetworkChangeDetector.ConnectionType type, NetworkChangeDetector.ConnectionType underlyingTypeForVpn, long handle, NetworkChangeDetector.IPAddress[] addresses)
7.0.0