|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of SendHandler in javax.websocket |
|---|
| Methods in javax.websocket with parameters of type SendHandler | |
|---|---|
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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||