Uses of Interface
jakarta.websocket.RemoteEndpoint.Async
Package
Description
This package contains all the Jakarta WebSocket APIs common to both the client and server side.
-
Uses of RemoteEndpoint.Async in jakarta.websocket
Modifier and TypeMethodDescriptionSession.getAsyncRemote()
Return a reference a RemoteEndpoint object representing the peer of this conversation that is able to send messages asynchronously to the peer.