Uses of Class
org.java_websocket.framing.DataFrame
-
Packages that use DataFrame Package Description org.java_websocket.framing This package encapsulates all interfaces and implementations in relation with the WebSocket frames. -
-
Uses of DataFrame in org.java_websocket.framing
Subclasses of DataFrame in org.java_websocket.framing Modifier and Type Class Description classBinaryFrameClass to represent a binary frameclassContinuousFrameClass to represent a continuous frameclassTextFrameClass to represent a text frames
-