Uses of Interface
jakarta.websocket.RemoteEndpoint.Async
-
-
Uses of RemoteEndpoint.Async in jakarta.websocket
Methods in jakarta.websocket that return RemoteEndpoint.Async Modifier and Type Method Description RemoteEndpoint.Async
Session. getAsyncRemote()
Return a reference a RemoteEndpoint object representing the peer of this conversation that is able to send messages asynchronously to the peer.
-