| 程序包 | 说明 |
|---|---|
| com.alipay.api.java_websocket | |
| com.alipay.api.java_websocket.client | |
| com.alipay.api.java_websocket.drafts | |
| com.alipay.api.java_websocket.enums | |
| com.alipay.api.java_websocket.framing |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
WebSocketImpl.sendFragmentedFrame(Opcode op,
ByteBuffer buffer,
boolean fin) |
void |
WebSocket.sendFragmentedFrame(Opcode op,
ByteBuffer buffer,
boolean fin)
Allows to send continuous/fragmented frames conveniently.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
WebSocketClient.sendFragmentedFrame(Opcode op,
ByteBuffer buffer,
boolean fin) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Opcode |
Draft.continuousFrameType |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Framedata> |
Draft.continuousFrame(Opcode op,
ByteBuffer buffer,
boolean fin) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Opcode |
Opcode.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Opcode[] |
Opcode.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Opcode |
Framedata.getOpcode()
Defines the interpretation of the "Payload data".
|
Opcode |
FramedataImpl1.getOpcode() |
| 限定符和类型 | 方法和说明 |
|---|---|
static FramedataImpl1 |
FramedataImpl1.get(Opcode opcode)
Get a frame with a specific opcode
|
| 构造器和说明 |
|---|
ControlFrame(Opcode opcode)
Class to represent a control frame
|
DataFrame(Opcode opcode)
Class to represent a data frame
|
FramedataImpl1(Opcode op)
Constructor for a FramedataImpl without any attributes set apart from the opcode
|
Copyright © 2023. All rights reserved.