| Package | Description |
|---|---|
| org.eclipse.jetty.websocket.api |
Jetty WebSocket API
|
| org.eclipse.jetty.websocket.api.extensions |
Jetty WebSocket API : WebSocket Extension API
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
RemoteEndpoint.sendBytes(java.nio.ByteBuffer data,
WriteCallback callback) |
Initiates the asynchronous transmission of a binary message.
|
void |
RemoteEndpoint.sendString(java.lang.String text,
WriteCallback callback) |
Initiates the asynchronous transmission of a text message.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
OutgoingFrames.outgoingFrame(Frame frame,
WriteCallback callback,
BatchMode batchMode) |
A frame, and optional callback, intended for the network layer.
|
Copyright © 1995–2018 Webtide. All rights reserved.