W3cubDocs

/Haxe Java

NetworkInterface

package java.net

@:final@:libType@:javaNative@:native("java.net.NetworkInterface")@:javaCanonical("java.net","NetworkInterface") Available on java

Methods

@:overload equals (param1:Dynamic):Bool

@:overload getDisplayName ():String

@:overload @:throws("java.net.SocketException") getHardwareAddress ():NativeArray<Int8>

@:overload getIndex ():Int

@:overload getInetAddresses ():Enumeration<InetAddress>

@:overload getInterfaceAddresses ():List<InterfaceAddress>

@:overload @:throws("java.net.SocketException") getMTU ():Int

@:overload getName ():String

@:overload getParent ():NetworkInterface

@:overload getSubInterfaces ():Enumeration<NetworkInterface>

@:overload hashCode ():Int

@:overload @:throws("java.net.SocketException") isLoopback ():Bool

@:overload @:throws("java.net.SocketException") isPointToPoint ():Bool

@:overload @:throws("java.net.SocketException") isUp ():Bool

@:overload isVirtual ():Bool

@:overload @:throws("java.net.SocketException") supportsMulticast ():Bool

@:overload toString ():String

Static methods

@:overload @:throws("java.net.SocketException") static getByIndex (param1:Int):NetworkInterface

@:overload @:throws("java.net.SocketException") static getByInetAddress (param1:InetAddress):NetworkInterface

@:overload @:throws("java.net.SocketException") static getByName (param1:String):NetworkInterface

@:overload @:throws("java.net.SocketException") static getNetworkInterfaces ():Enumeration<NetworkInterface>

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