Factory

interface Factory

Functions

Link copied to clipboard
abstract fun create(    webSocketConnection: WebSocketConnection,     listener: WsProtocol.Listener,     scope: CoroutineScope): WsProtocol

Create a WsProtocol

Properties

Link copied to clipboard
abstract val name: String

The name of the protocol as in the Sec-WebSocket-Protocol header

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard