SocketAddressInitOptions

@native @JSType trait SocketAddressInitOptions extends StObject
Companion
object
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var address: UndefOr[String]

The network address as either an IPv4 or IPv6 string.

The network address as either an IPv4 or IPv6 string.

var family: UndefOr[IPVersion]
var flowlabel: UndefOr[Double]

An IPv6 flow-label used only if family is 'ipv6'.

An IPv6 flow-label used only if family is 'ipv6'.

var port: UndefOr[Double]

An IP port.

An IP port.