Package org.java_websocket.framing
This package encapsulates all interfaces and implementations in relation with the WebSocket frames.
-
Interface Summary Interface Description Framedata The interface for the frame -
Class Summary Class Description BinaryFrame Class to represent a binary frameCloseFrame Class to represent a close frameContinuousFrame Class to represent a continuous frameControlFrame Abstract class to represent control framesDataFrame Abstract class to represent data framesFramedataImpl1 Abstract implementation of a framePingFrame Class to represent a ping framePongFrame Class to represent a pong frameTextFrame Class to represent a text frames -
Enum Summary Enum Description Framedata.Opcode Enum which contains the different valid opcodes