|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SendResult | |
|---|---|
| javax.websocket | |
| Uses of SendResult in javax.websocket |
|---|
| Methods in javax.websocket that return types with arguments of type SendResult | |
|---|---|
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. |
| Methods in javax.websocket with parameters of type SendResult | |
|---|---|
void |
SendHandler.setResult(SendResult result)
Called once the message has been transmitted. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||