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.