Uses of Class
org.eclipse.jetty.websocket.common.frames.BinaryFrame
Packages that use BinaryFrame
Package
Description
Jetty WebSocket Common : I/O Implementation
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 BinaryFrameModifier and TypeMethodDescriptionBinaryFrame.setPayload
(byte[] buf) BinaryFrame.setPayload
(String payload) BinaryFrame.setPayload
(ByteBuffer buf) -
Uses of BinaryFrame in org.eclipse.jetty.websocket.common.io
Fields in org.eclipse.jetty.websocket.common.io declared as BinaryFrame -
Uses of BinaryFrame in org.eclipse.jetty.websocket.common.message
Fields in org.eclipse.jetty.websocket.common.message declared as BinaryFrame