ktor-websockets
Toggle table of contents
3.4.0
common
Target filter
common
Switch theme
Search in API
Skip to content
ktor-websockets
ktor-websockets
/
io.ktor.websocket
/
from
from
fun
<
T
>
Channel.Factory
.
from
(
config
:
ChannelConfig
)
:
Channel
<
T
>
(
source
)
Creates a
Channel
using this configuration.
Report a problem