Uses of Class
org.eclipse.jetty.websocket.common.frames.BinaryFrame
-
Packages that use BinaryFrame Package Description org.eclipse.jetty.websocket.common.frames org.eclipse.jetty.websocket.common.io Jetty WebSocket Common : I/O Implementation -
-
Uses of BinaryFrame in org.eclipse.jetty.websocket.common.frames
Methods in org.eclipse.jetty.websocket.common.frames that return BinaryFrame Modifier and Type Method Description BinaryFrameBinaryFrame. setPayload(byte[] buf)BinaryFrameBinaryFrame. setPayload(java.lang.String payload)BinaryFrameBinaryFrame. setPayload(java.nio.ByteBuffer buf) -
Uses of BinaryFrame in org.eclipse.jetty.websocket.common.io
Fields in org.eclipse.jetty.websocket.common.io declared as BinaryFrame Modifier and Type Field Description static BinaryFrameFrameFlusher. FLUSH_FRAME
-