Uses of Interface
javax.websocket.RemoteEndpoint.Async
-
Packages that use RemoteEndpoint.Async Package Description javax.websocket This package contains all the WebSocket APIs common to both the client and server side.org.glassfish.tyrus.core Core classes.org.glassfish.tyrus.core.cluster Cluster relates classes and interfaces. -
-
Uses of RemoteEndpoint.Async in javax.websocket
Methods in javax.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. -
Uses of RemoteEndpoint.Async in org.glassfish.tyrus.core
Methods in org.glassfish.tyrus.core that return RemoteEndpoint.Async Modifier and Type Method Description RemoteEndpoint.Async
TyrusSession. getAsyncRemote()
-
Uses of RemoteEndpoint.Async in org.glassfish.tyrus.core.cluster
Methods in org.glassfish.tyrus.core.cluster that return RemoteEndpoint.Async Modifier and Type Method Description RemoteEndpoint.Async
RemoteSession. getAsyncRemote()
Get a reference aRemoteEndpoint.Async
object representing the peer of this conversation that is able to send messages asynchronously to the peer.
-