NetworkInterface

package java.net

Available on java

Static methods

staticgetByIndex(param1:Int):NetworkInterface

staticgetByInetAddress(param1:InetAddress):NetworkInterface

staticgetByName(param1:String):NetworkInterface

staticgetNetworkInterfaces():Enumeration<NetworkInterface>

Methods

equals(param1:Dynamic):Bool

getDisplayName():String

getHardwareAddress():NativeArray<Int8>

getIndex():Int

getInetAddresses():Enumeration<InetAddress>

getInterfaceAddresses():List<InterfaceAddress>

getMTU():Int

getName():String

getParent():NetworkInterface

getSubInterfaces():Enumeration<NetworkInterface>

hashCode():Int

isLoopback():Bool

isPointToPoint():Bool

isUp():Bool

isVirtual():Bool

supportsMulticast():Bool

toString():String

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/net/NetworkInterface.html