| Package | Description |
|---|---|
| jakarta.websocket |
This package contains all the Jakartq WebSocket APIs common to both the client and server side.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteEndpoint.Async.sendBinary(ByteBuffer data,
SendHandler handler)
Initiates the asynchronous transmission of a binary message.
|
void |
RemoteEndpoint.Async.sendObject(Object data,
SendHandler handler)
Initiates the asynchronous transmission of a custom developer object.
|
void |
RemoteEndpoint.Async.sendText(String text,
SendHandler handler)
Initiates the asynchronous transmission of a text message.
|
Comments to: websocket-dev@eclipse.org.
Copyright © 2018, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.