ktor-http-cio / io.ktor.http.cio.websocket / Frame / Ping / <init>

<init>

Ping(packet: ByteReadPacket)
Ping(buffer: ByteBuffer) Ping(data: ByteArray)

Represents a low-level ping frame. Could be sent to test connection (peer should reply with Pong). Usually there is no need to send/handle it unless you have a RAW web socket session.