Uses of Interface
javax.websocket.RemoteEndpoint.Basic
-
Packages that use RemoteEndpoint.Basic 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.Basic in javax.websocket
Methods in javax.websocket that return RemoteEndpoint.Basic Modifier and Type Method Description RemoteEndpoint.Basic
Session. getBasicRemote()
Return a reference a RemoteEndpoint object representing the peer of this conversation that is able to send messages synchronously to the peer. -
Uses of RemoteEndpoint.Basic in org.glassfish.tyrus.core
Methods in org.glassfish.tyrus.core that return RemoteEndpoint.Basic Modifier and Type Method Description RemoteEndpoint.Basic
TyrusSession. getBasicRemote()
-
Uses of RemoteEndpoint.Basic in org.glassfish.tyrus.core.cluster
Methods in org.glassfish.tyrus.core.cluster that return RemoteEndpoint.Basic Modifier and Type Method Description RemoteEndpoint.Basic
RemoteSession. getBasicRemote()
Get a reference aRemoteEndpoint.Basic
object representing the peer of this conversation that is able to send messages synchronously to the peer.
-