|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface WebSocket.OnBinaryMessage
A nested WebSocket interface for receiving binary messages
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.eclipse.jetty.websocket.WebSocket |
|---|
WebSocket.Connection, WebSocket.FrameConnection, WebSocket.OnBinaryMessage, WebSocket.OnControl, WebSocket.OnFrame, WebSocket.OnTextMessage, WebSocket.Outbound |
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.jetty.websocket.WebSocket |
|---|
LENGTH_FRAME, SENTINEL_FRAME |
| Method Summary | |
|---|---|
void |
onMessage(byte[] data,
int offset,
int length)
Called with a complete binary message when all fragments have been received. |
| Methods inherited from interface org.eclipse.jetty.websocket.WebSocket |
|---|
onClose, onConnect, onDisconnect, onFragment, onMessage, onMessage, onOpen |
| Method Detail |
|---|
void onMessage(byte[] data,
int offset,
int length)
WebSocket.Connection.setMaxBinaryMessageSize(int).
data - offset - length -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||