Pong
class Pong : Frame
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
Pong(packet: ByteReadPacket) Pong( Pong(buffer: ByteBuffer) Pong( 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. |
Inherited Properties
val buffer: ByteBuffer Frame content |
|
val data: ByteArray
|
|
val disposableHandle: DisposableHandle could be invoked when the frame is processed |
|
val fin: Boolean is it final fragment, should be always |
|
val frameType: FrameType enum value |
Inherited Functions
fun copy(): Frame Creates a frame copy |
|
open fun toString(): String |