HaxeAPI
  • Version development @ b6b8925
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.6
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

class NetworkInterface

package java.net

@:native("java.net.NetworkInterface")@:libType

Available on jvm

Static methods

staticgetByIndex(param1:Int):NetworkInterface

staticgetByInetAddress(param1:InetAddress):NetworkInterface

staticgetByName(param1:String):NetworkInterface

staticgetDefault():NetworkInterface

staticgetNetworkInterfaces():Enumeration<NetworkInterface>

Constructor

new()

new(param1:String, param2:Int, param3:NativeArray<InetAddress>)

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

This documentation is generated for version development @ b6b8925

© 2024  Haxe Foundation | Contribute to Haxe