ServerSessionOptions

@native @JSType trait ServerSessionOptions extends StObject with SessionOptions
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 Http1IncomingMessage: UndefOr[Instantiable1[Socket, IncomingMessage]]
var Http1ServerResponse: UndefOr[Instantiable1[IncomingMessage, ServerResponse]]

Inherited fields

var createConnection: UndefOr[Function2[URL_, ServerSessionOptions, Duplex]]
Inherited from
SessionOptions
var maxDeflateDynamicTableSize: UndefOr[Double]
Inherited from
SessionOptions
var maxHeaderListPairs: UndefOr[Double]
Inherited from
SessionOptions
var maxOutstandingPings: UndefOr[Double]
Inherited from
SessionOptions
var maxSendHeaderBlockLength: UndefOr[Double]
Inherited from
SessionOptions
var maxSessionMemory: UndefOr[Double]
Inherited from
SessionOptions
var paddingStrategy: UndefOr[Double]
Inherited from
SessionOptions
var peerMaxConcurrentStreams: UndefOr[Double]
Inherited from
SessionOptions
var selectPadding: UndefOr[Function2[Double, Double, Double]]
Inherited from
SessionOptions
var settings: UndefOr[Settings]
Inherited from
SessionOptions
var unknownProtocolTimeout: UndefOr[Double]

Specifies a timeout in milliseconds that a server should wait when an ['unknownProtocol'][] is emitted. If the socket has not been destroyed by that time the server will destroy it.

Specifies a timeout in milliseconds that a server should wait when an ['unknownProtocol'][] is emitted. If the socket has not been destroyed by that time the server will destroy it.

Inherited from
SessionOptions