Available on java
@:throws("java.net.SocketException")staticgetByIndex(param1:Int):NetworkInterface
@:throws("java.net.SocketException")staticgetByInetAddress(param1:InetAddress):NetworkInterface
@:throws("java.net.SocketException")staticgetByName(param1:String):NetworkInterface
@:throws("java.net.SocketException")staticgetNetworkInterfaces():Enumeration<NetworkInterface>
equals(param1:Dynamic):Bool
getDisplayName():String
@:throws("java.net.SocketException")getHardwareAddress():NativeArray<Int8>
getIndex():Int
getInetAddresses():Enumeration<InetAddress>
getInterfaceAddresses():List<InterfaceAddress>
@:throws("java.net.SocketException")getMTU():Int
getName():String
getParent():NetworkInterface
getSubInterfaces():Enumeration<NetworkInterface>
hashCode():Int
@:throws("java.net.SocketException")isLoopback():Bool
@:throws("java.net.SocketException")isPointToPoint():Bool
@:throws("java.net.SocketException")isUp():Bool
isVirtual():Bool
@:throws("java.net.SocketException")supportsMulticast():Bool
toString():String