Packages

trait ServerOpts extends Object with StObject

Annotations
@JSType() @native()
Linear Supertypes
StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerOpts
  2. StObject
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val allowHalfOpen: UndefOr[Boolean]

    Indicates whether half-opened TCP connections are allowed.

    Indicates whether half-opened TCP connections are allowed. Default: false.

  2. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  3. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  4. val pauseOnConnect: UndefOr[Boolean]

    Indicates whether the socket should be paused on incoming connections.

    Indicates whether the socket should be paused on incoming connections. Default: false.

  5. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  6. def toLocaleString(): String
    Definition Classes
    Object
  7. def valueOf(): Any
    Definition Classes
    Object