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 BinaryFrame
BinaryFrame. setPayload(byte[] buf)
BinaryFrame
BinaryFrame. setPayload(java.lang.String payload)
BinaryFrame
BinaryFrame. 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 BinaryFrame
FrameFlusher. FLUSH_FRAME
-