protocols

open override val protocols: List<WebSocketExtensionHeader>(source)

List of WebSocket extension protocols which will be sent by client in headers. They are required to inform server that client wants to negotiate the current extension.

Report a problem