toggle menu
ktor
3.0.0
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
common
switch theme
search in API
ktor-server-websockets
/
io.ktor.server.websocket
/
WebSockets
/
Plugin
Plugin
object
Plugin
:
BaseApplicationPlugin
<
Application
,
WebSockets.WebSocketOptions
,
WebSockets
>
Plugin installation object.
Members
Properties
EXTENSIONS_KEY
Link copied to clipboard
val
EXTENSIONS_KEY
:
AttributeKey
<
List
<
WebSocketExtension
<
*
>
>
>
Key for saving configured WebSocket extensions for the specific call.
key
Link copied to clipboard
open
override
val
key
:
AttributeKey
<
WebSockets
>
Functions
install
Link copied to clipboard
open
override
fun
install
(
pipeline
:
Application
,
configure
:
WebSockets.WebSocketOptions
.
(
)
->
Unit
)
:
WebSockets