|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SendHandler | |
|---|---|
| javax.net.websocket | |
| org.glassfish.tyrus.platform | |
| Uses of SendHandler in javax.net.websocket |
|---|
| Methods in javax.net.websocket with parameters of type SendHandler | |
|---|---|
Future<SendResult> |
RemoteEndpoint.sendBytes(byte[] data,
SendHandler completion)
Initiates the asynchronous transmission of a binary message. |
Future<SendResult> |
RemoteEndpoint.sendObject(T o,
SendHandler handler)
Initiates the transmission of a custom developer object. |
Future<SendResult> |
RemoteEndpoint.sendString(String text,
SendHandler completion)
Initiates the asynchronous transmission of a text message. |
| Uses of SendHandler in org.glassfish.tyrus.platform |
|---|
| Methods in org.glassfish.tyrus.platform with parameters of type SendHandler | |
|---|---|
Future<SendResult> |
RemoteEndpointWrapper.sendBytes(byte[] data,
SendHandler completion)
|
Future<SendResult> |
RemoteEndpointWrapper.sendObject(T o,
SendHandler handler)
|
Future<SendResult> |
RemoteEndpointWrapper.sendString(String text,
SendHandler completion)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||