A C D E F G H I K L M N O P Q R S T U V W
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
O
- OK - qhs.sys.PushResult
-
成功执行推送操作。
- onBinary(byte[], int) - 接口 中的方法qhs.interfaces.WebSocketListener
-
当WebSocketStream.read()监听到Binary类型帧并且读取Binary类型帧时,就把Binary类型帧的整个 Payload或者Payload的一部分复制到tempByteBuffer参数并且调用onBinary()方法。
- onClose() - 接口 中的方法qhs.interfaces.WebSocketListener
-
当WebSocketStream.read()监听到Close类型帧就调用onClose()方法。
- onText(byte[], int) - 接口 中的方法qhs.interfaces.WebSocketListener
-
当WebSocketStream.read()监听到Text类型帧并且读取Text类型帧时,就把Text类型帧的整个 Payload或者Payload的一部分复制到tempByteBuffer参数并且调用onText()方法。
- output(long, String) - 接口 中的方法qhs.interfaces.DebugOutputer
-
输出调试信息。
- outputReceivedFrame(long, String) - 接口 中的方法qhs.interfaces.DebugOutputer
-
输出接收到的数据帧。
- outputRequest(long, String) - 接口 中的方法qhs.interfaces.DebugOutputer
-
输出http请求。
- outputRequestDynamicTableState(long, String) - 接口 中的方法qhs.interfaces.DebugOutputer
-
输出请求动态表的状态。
- outputResponse(long, String) - 接口 中的方法qhs.interfaces.DebugOutputer
-
输出http答复或推送答复。
- outputResponseDynamicTableState(long, String) - 接口 中的方法qhs.interfaces.DebugOutputer
-
输出答复动态表的状态。
- outputSendingFrame(long, String) - 接口 中的方法qhs.interfaces.DebugOutputer
-
输出正在发送的数据帧。
所有类 所有程序包