Pong

class Pong(val bytes: ByteArray) : WebSocketFrame

A web socket pong frame (0xA).

Constructors

Link copied to clipboard
fun Pong(bytes: ByteArray)

Properties

Link copied to clipboard
val bytes: ByteArray