ktor-websockets
Toggle table of contents
3.3.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ktor-websockets
ktor-websockets
/
io.ktor.websocket
/
WebSocketDeflateExtension
/
Config
/
configureProtocols
configure
Protocols
jvm
fun
configureProtocols
(
block
:
(
protocols
:
MutableList
<
WebSocketExtensionHeader
>
)
->
Unit
)
(
source
)
Configure which protocols should send the client.
Report a problem