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 Implementationorg.eclipse.jetty.websocket.common.message Jetty WebSocket Common : Message Handling -
-
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 -
Uses of BinaryFrame in org.eclipse.jetty.websocket.common.message
Fields in org.eclipse.jetty.websocket.common.message declared as BinaryFrame Modifier and Type Field Description private BinaryFrameMessageOutputStream. frame
-