public class ListenOptions extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Number> |
backlog |
Objs.Property<Boolean> |
exclusive |
Objs.Property<String> |
host |
Objs.Property<String> |
path |
Objs.Property<Number> |
port |
Modifier | Constructor and Description |
---|---|
protected |
ListenOptions(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static ListenOptions |
$as(Object obj) |
Number |
backlog() |
Boolean |
exclusive() |
String |
host() |
String |
path() |
Number |
port() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<Number> port
public Objs.Property<String> host
public Objs.Property<Number> backlog
public Objs.Property<String> path
public Objs.Property<Boolean> exclusive
protected ListenOptions(Objs.Constructor<?> c, Object js)
Copyright © 2018. All rights reserved.