Static Propertyswift-nio 2.72.0NIOWebSocket
pong
WebSocketOpcode.swift:26static let pong: WebSocketOpcode
Other members in extension
Type members
init?(encodedWebSocketOpcode: UInt8
) Create an opcode from the encoded representation.
static var allCases: [WebSocketOpcode]
static let binary: WebSocketOpcode
static let connectionClose: WebSocketOpcode
static let continuation: WebSocketOpcode
static let ping: WebSocketOpcode
static let text: WebSocketOpcode
Instance members
var description: String
var isControlOpcode: Bool
Whether the opcode is in the control range: that is, if the high bit of the opcode nibble is
1
.