public static class Frame.Pong
extends Frame
Represents a low-level pong frame. Should be sent in reply to a class Frame.Ping frame.
Usually there is no need to send/handle it unless you have a RAW web socket session.
class Frame.PingFrame.Binary, Frame.Close, Frame.Companion, Frame.Ping, Frame.Pong, Frame.Text| Constructor and Description |
|---|
Pong(java.nio.ByteBuffer buffer,
kotlinx.coroutines.DisposableHandle disposableHandle)
Represents a low-level pong frame. Should be sent in reply to a
class Frame.Ping frame.
Usually there is no need to send/handle it unless you have a RAW web socket session. |
Pong(java.nio.ByteBuffer buffer) |
Pong(kotlinx.io.core.ByteReadPacket packet) |
copy, getBuffer, getDisposableHandle, getFin, getFrameType, toStringpublic Pong(java.nio.ByteBuffer buffer,
kotlinx.coroutines.DisposableHandle disposableHandle)
Represents a low-level pong frame. Should be sent in reply to a class Frame.Ping frame.
Usually there is no need to send/handle it unless you have a RAW web socket session.
class Frame.Pingpublic Pong(java.nio.ByteBuffer buffer)
public Pong(kotlinx.io.core.ByteReadPacket packet)