Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration WebSocketOpcode

表示 WebSocket 的操作码

Index

Enumeration members

binaryFrame

binaryFrame: = 2

二进制数据帧

connectionCloseFrame

connectionCloseFrame: = 8

关闭连接

continueFrame

continueFrame: = 0

继续发送帧

pingFrame

pingFrame: = 9

“乒”帧

pongFrame

pongFrame: = 10

“乓”帧

textFrame

textFrame: = 1

文本(UTF-8 编码)帧

Generated using TypeDoc