Uses of Class
org.java_websocket.framing.FramedataImpl1
-
Packages that use FramedataImpl1 Package Description org.java_websocket.framing This package encapsulates all interfaces and implementations in relation with the WebSocket frames. -
-
Uses of FramedataImpl1 in org.java_websocket.framing
Subclasses of FramedataImpl1 in org.java_websocket.framing Modifier and Type Class Description class
BinaryFrame
Class to represent a binary frameclass
CloseFrame
Class to represent a close frameclass
ContinuousFrame
Class to represent a continuous frameclass
ControlFrame
Abstract class to represent control framesclass
DataFrame
Abstract class to represent data framesclass
PingFrame
Class to represent a ping frameclass
PongFrame
Class to represent a pong frameclass
TextFrame
Class to represent a text framesMethods in org.java_websocket.framing that return FramedataImpl1 Modifier and Type Method Description static FramedataImpl1
FramedataImpl1. get(Framedata.Opcode opcode)
Get a frame with a specific opcode
-