Package | Description |
---|---|
org.java_websocket | |
org.java_websocket.client |
This package encapsulates all implementations in relation with the WebSocketClient.
|
org.java_websocket.drafts |
This package encapsulates all implementations in relation with the WebSocket drafts.
|
org.java_websocket.enums |
This package encapsulates all enums.
|
org.java_websocket.framing |
This package encapsulates all interfaces and implementations in relation with the WebSocket
frames.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
WebSocketClient.sendFragmentedFrame(Opcode op,
ByteBuffer buffer,
boolean fin) |
Modifier and Type | Field and Description |
---|---|
protected Opcode |
Draft.continuousFrameType |
Modifier and Type | Method and Description |
---|---|
List<Framedata> |
Draft.continuousFrame(Opcode op,
ByteBuffer buffer,
boolean fin) |
Modifier and Type | Method and Description |
---|---|
static Opcode |
Opcode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Opcode[] |
Opcode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Opcode |
FramedataImpl1.getOpcode() |
Opcode |
Framedata.getOpcode()
Defines the interpretation of the "Payload data".
|
Modifier and Type | Method and Description |
---|---|
static FramedataImpl1 |
FramedataImpl1.get(Opcode opcode)
Get a frame with a specific opcode
|
Constructor and Description |
---|
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 © 2022. All rights reserved.