class java.net.NetworkInterface
Available on java
static function getByIndex(param1:Int):NetworkInterface
static function getByInetAddress(param1:InetAddress):NetworkInterface
static function getByName(param1:String):NetworkInterface
static function getNetworkInterfaces():Enumeration<NetworkInterface>
function equals(param1:Dynamic):Bool
function getDisplayName():String
function getHardwareAddress():NativeArray<Int8>
function getIndex():Int
function getInetAddresses():Enumeration<InetAddress>
function getInterfaceAddresses():List<InterfaceAddress>
function getMTU():Int
function getName():String
function getParent():NetworkInterface
function getSubInterfaces():Enumeration<NetworkInterface>
function hashCode():Int
function isLoopback():Bool
function isPointToPoint():Bool
function isUp():Bool
function isVirtual():Bool
function supportsMulticast():Bool
function toString():String