Package | Description |
---|---|
org.java_websocket.framing |
Modifier and Type | Class and Description |
---|---|
class |
BinaryFrame
Class to represent a binary frame
|
class |
CloseFrame
Class to represent a close frame
|
class |
ContinuousFrame
Class to represent a continuous frame
|
class |
ControlFrame
Absstract class to represent control frames
|
class |
DataFrame
Absstract class to represent data frames
|
class |
PingFrame
Class to represent a ping frame
|
class |
PongFrame
Class to represent a pong frame
|
class |
TextFrame
Class to represent a text frames
|
Modifier and Type | Method and Description |
---|---|
static FramedataImpl1 |
FramedataImpl1.get(Framedata.Opcode opcode)
Get a frame with a specific opcode
|
Copyright © 2017. All rights reserved.