| Package | Description |
|---|---|
| javax.websocket |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteEndpoint.sendBytesByCompletion(ByteBuffer data,
SendHandler completion)
Initiates the asynchronous transmission of a binary message.
|
void |
RemoteEndpoint.sendObjectByCompletion(Object o,
SendHandler handler)
Initiates the asynchronous transmission of a custom developer object.
|
void |
RemoteEndpoint.sendStringByCompletion(String text,
SendHandler completion)
Initiates the asynchronous transmission of a text message.
|
Copyright © 2013. All Rights Reserved.