ktor-http-cio / io.ktor.http.cio.websocket / WebSocketWriter / <init>

<init>

WebSocketWriter(writeChannel: ByteWriteChannel, coroutineContext: <ERROR CLASS>, masking: Boolean = false, pool: ObjectPool<ByteBuffer> = KtorDefaultPool)

Class that processes written outgoing Websocket Frame, serializes them and writes the bits into the writeChannel.