public class NetworkInterfaces extends Object
NetworkInterfaces.NetworkInterface| Modifier and Type | Method and Description |
|---|---|
static List<NetworkInterface> |
getBroadcastEnabledNetworkInterfaces()
Returns the list of broadcast-enabled network interfaces.
|
static List<NetworkInterface> |
getNetworkInterfaces()
Returns the list of all network interfaces.
|
public static List<NetworkInterface> getNetworkInterfaces() throws SocketException
SocketExceptionpublic static List<NetworkInterface> getBroadcastEnabledNetworkInterfaces() throws SocketException
SocketException