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.framing |
This package encapsulates all interfaces and implementations in relation with the WebSocket frames.
|
Modifier and Type | Method and Description |
---|---|
void |
WebSocketImpl.sendFragmentedFrame(Framedata.Opcode op,
ByteBuffer buffer,
boolean fin) |
void |
WebSocket.sendFragmentedFrame(Framedata.Opcode op,
ByteBuffer buffer,
boolean fin)
Allows to send continuous/fragmented frames conveniently.
|
Modifier and Type | Method and Description |
---|---|
void |
WebSocketClient.sendFragmentedFrame(Framedata.Opcode op,
ByteBuffer buffer,
boolean fin) |
Modifier and Type | Field and Description |
---|---|
protected Framedata.Opcode |
Draft.continuousFrameType |
Modifier and Type | Method and Description |
---|---|
List<Framedata> |
Draft.continuousFrame(Framedata.Opcode op,
ByteBuffer buffer,
boolean fin) |
Modifier and Type | Method and Description |
---|---|
Framedata.Opcode |
FramedataImpl1.getOpcode() |
Framedata.Opcode |
Framedata.getOpcode()
Defines the interpretation of the "Payload data".
|
static Framedata.Opcode |
Framedata.Opcode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Framedata.Opcode[] |
Framedata.Opcode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static FramedataImpl1 |
FramedataImpl1.get(Framedata.Opcode opcode)
Get a frame with a specific opcode
|
Constructor and Description |
---|
ControlFrame(Framedata.Opcode opcode)
Class to represent a control frame
|
DataFrame(Framedata.Opcode opcode)
Class to represent a data frame
|
FramedataImpl1(Framedata.Opcode op)
Constructor for a FramedataImpl without any attributes set apart from the opcode
|
Copyright © 2018. All rights reserved.