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

<init>

RawWebSocket(input: ByteReadChannel, output: ByteWriteChannel, maxFrameSize: Long = Int.MAX_VALUE.toLong(), masking: Boolean = false, coroutineContext: <ERROR CLASS>, pool: ObjectPool<ByteBuffer> = KtorDefaultPool)

Represents a RAW web socket session