WebSocketWriter(writeChannel: ByteWriteChannel, parent: Job?, coroutineContext: <ERROR CLASS>, masking: Boolean, pool: ObjectPool<ByteBuffer> = KtorDefaultPool)
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.