Pong

data class Pong(val bytes: ByteString) : WebSocketFrame(source)

A web socket pong frame (0xA).

Constructors

Link copied to clipboard
constructor(bytes: ByteString)

Properties

Link copied to clipboard
val bytes: ByteString