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

<init>

DefaultWebSocketSessionImpl(raw: WebSocketSession, pingInterval: Long = -1L, timeoutMillis: Long = 15000L, pool: ObjectPool<ByteBuffer> = KtorDefaultPool)

Default web socket session implementation that handles ping-pongs, close sequence and frame fragmentation