Properties

Link copied to clipboard
abstract var Http1IncomingMessage: <Error class: unknown class><Http1Request>?
Link copied to clipboard
abstract var Http1ServerResponse: <Error class: unknown class><Http1Response>?
Link copied to clipboard
abstract var Http2ServerRequest: <Error class: unknown class><Http2Request>?
Link copied to clipboard
abstract var Http2ServerResponse: <Error class: unknown class><Http2Response>?
Link copied to clipboard
Link copied to clipboard
abstract var maxHeaderListPairs: Double?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract var maxSessionMemory: Double?
Link copied to clipboard
abstract var paddingStrategy: Double?
Link copied to clipboard
Link copied to clipboard
abstract var remoteCustomSettings: <Error class: unknown class><Double>?
Link copied to clipboard
abstract val selectPadding: (frameLen: Number, maxFrameLen: Number) -> Double?
Link copied to clipboard
abstract var settings: Settings?
Link copied to clipboard

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.