Ping

class Ping(val bytes: ByteArray) : WebSocketFrame

A web socket ping frame (0x9).

Constructors

Link copied to clipboard
fun Ping(bytes: ByteArray)

Properties

Link copied to clipboard
val bytes: ByteArray