| Package | Description |
|---|---|
| javax.websocket |
| Modifier and Type | Method and Description |
|---|---|
Future<SendResult> |
RemoteEndpoint.sendBytesByFuture(ByteBuffer data)
Initiates the asynchronous transmission of a binary message.
|
Future<SendResult> |
RemoteEndpoint.sendObjectByFuture(Object o)
Initiates the asynchronous transmission of a custom developer object.
|
Future<SendResult> |
RemoteEndpoint.sendStringByFuture(String text)
Initiates the asynchronous transmission of a text message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendHandler.setResult(SendResult result)
Called once the message has been transmitted.
|
Copyright © 2013. All Rights Reserved.