ClientSessionOptions

Properties

Link copied to clipboard
abstract var createConnection: (authority: URL, option: SessionOptions) -> Duplex?
Link copied to clipboard
Link copied to clipboard
abstract var maxHeaderListPairs: Double?
Link copied to clipboard
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
Link copied to clipboard
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.