Ping

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

A web socket ping frame (0x9).

Constructors

Link copied to clipboard
constructor(bytes: ByteString)

Properties

Link copied to clipboard
val bytes: ByteString