Uses of Interface
jakarta.websocket.RemoteEndpoint.Basic
Package
Description
This package contains all the Jakarta WebSocket APIs common to both the client and server side.
Core classes.
Cluster relates classes and interfaces.
-
Uses of RemoteEndpoint.Basic in jakarta.websocket
Modifier and TypeMethodDescriptionSession.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
-
Uses of RemoteEndpoint.Basic in org.glassfish.tyrus.core.cluster
Modifier and TypeMethodDescriptionRemoteSession.getBasicRemote()
Get a reference aRemoteEndpoint.Basic
object representing the peer of this conversation that is able to send messages synchronously to the peer.