Uses of Interface
javax.websocket.RemoteEndpoint.Async
| Package | Description |
|---|---|
| javax.websocket |
This package contains all the Jakartq WebSocket APIs common to both the client and server side.
|
-
Uses of RemoteEndpoint.Async in javax.websocket
Methods in javax.websocket that return RemoteEndpoint.Async Modifier and Type Method Description RemoteEndpoint.AsyncSession. getAsyncRemote()Return a reference a RemoteEndpoint object representing the peer of this conversation that is able to send messages asynchronously to the peer.