Package | Description |
---|---|
org.eclipse.jetty.websocket.common.frames | |
org.eclipse.jetty.websocket.common.io |
Jetty WebSocket Common : I/O Implementation
|
org.eclipse.jetty.websocket.common.message |
Jetty WebSocket Common : Message Handling
|
Modifier and Type | Method and Description |
---|---|
BinaryFrame |
BinaryFrame.setPayload(byte[] buf) |
BinaryFrame |
BinaryFrame.setPayload(java.nio.ByteBuffer buf) |
BinaryFrame |
BinaryFrame.setPayload(java.lang.String payload) |
Modifier and Type | Field and Description |
---|---|
static BinaryFrame |
FrameFlusher.FLUSH_FRAME |
Modifier and Type | Field and Description |
---|---|
private BinaryFrame |
MessageOutputStream.frame |