WebSocketWriter
constructor(writeChannel: ByteWriteChannel, coroutineContext: CoroutineContext, masking: Boolean = false, pool: ObjectPool<ByteBuffer> = KtorDefaultPool, queueConfig: ChannelConfig = ChannelConfig.UNLIMITED)(source)
Parameters
queueConfig
: configuration for the internal Frame queue.