All Types

kotlinx.coroutines.CoroutineScope (extensions in package io.ktor.http.cio.websocket)
kotlinx.coroutines.CoroutineScope (extensions in package io.ktor.websocket)
io.ktor.websocket.DefaultWebSocketServerSession

Represents a server-side web socket session with all default implementations

io.ktor.routing.Route (extensions in package io.ktor.websocket)
io.ktor.websocket.WebSocketServerSession

Represents a server-side web socket session

io.ktor.websocket.WebSocketUpgrade

An OutgoingContent response object that could be used to respond(): it will cause application engine to perform HTTP upgrade and start websocket RAW session.

io.ktor.websocket.WebSockets

WebSockets support feature. It is required to be installed first before binding any websocket endpoints