Pong
expect class Pong(data: ByteArray, disposableHandle: DisposableHandle) : Frame
Content copied to clipboard
Represents a low-level pong frame. Should be sent in reply to a Ping frame. Usually there is no need to send/handle it unless you have a RAW web socket session.
Constructors
Link copied to clipboard
fun Pong(buffer: ByteBuffer, disposableHandle: DisposableHandle = NonDisposableHandle)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard