WebSocketWriter

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