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 and Description |
---|---|
void |
RemoteEndpoint.sendBytes(ByteBuffer data,
WriteCallback callback)
Initiates the asynchronous transmission of a binary message.
|
void |
RemoteEndpoint.sendString(String text,
WriteCallback callback)
Initiates the asynchronous transmission of a text message.
|
Modifier and Type | Method and Description |
---|---|
void |
OutgoingFrames.outgoingFrame(Frame frame,
WriteCallback callback,
BatchMode batchMode)
A frame, and optional callback, intended for the network layer.
|
Copyright © 1995-2014 Webtide. All Rights Reserved.