ProtocolOptions

open class ProtocolOptions(var enforceStrictCapabilities: Boolean = false, var timeout: Duration = DEFAULT_REQUEST_TIMEOUT)(source)

Additional initialization options.

Inheritors

Constructors

Link copied to clipboard
constructor(enforceStrictCapabilities: Boolean = false, timeout: Duration = DEFAULT_REQUEST_TIMEOUT)

Properties

Link copied to clipboard

Whether to restrict emitted requests to only those that the remote side has indicated that they can handle, through their advertised capabilities.

Link copied to clipboard