class java.net.NetworkInterface

Available on java

Class Fields

static function getByIndex(param1:Int):NetworkInterface

static function getByName(param1:String):NetworkInterface

Instance Fields

function equals(param1:Dynamic):Bool

function getIndex():Int

function getMTU():Int

function getName():String

function hashCode():Int

function isLoopback():Bool

function isPointToPoint():Bool

function isUp():Bool

function isVirtual():Bool

function toString():String