interface DefaultWebSocketServerSession : DefaultWebSocketSession, WebSocketServerSession
Represents a server-side web socket session with all default implementations |
|
interface WebSocketServerSession : WebSocketSession
Represents a server-side web socket session |
|
class WebSocketUpgrade : ProtocolUpgrade
An OutgoingContent response object that could be used to |
|
class WebSockets : CoroutineScope
WebSockets support feature. It is required to be installed first before binding any websocket endpoints |
val WebSocketServerSession.application: Application
An application that started this web socket session |
fun WebSockets(pingInterval: <ERROR CLASS>?, timeout: <ERROR CLASS>, maxFrameSize: Long, masking: Boolean): WebSockets |