Uses of Interface
jakarta.websocket.RemoteEndpoint
-
Packages that use RemoteEndpoint Package Description jakarta.websocket This package contains all the Jakarta WebSocket APIs common to both the client and server side.org.glassfish.tyrus.core Core classes. -
-
Uses of RemoteEndpoint in jakarta.websocket
Subinterfaces of RemoteEndpoint in jakarta.websocket Modifier and Type Interface Description static interface
RemoteEndpoint.Async
This representation of the peer of a web socket conversation has the ability to send messages asynchronously.static interface
RemoteEndpoint.Basic
This representation of the peer of a web socket conversation has the ability to send messages synchronously. -
Uses of RemoteEndpoint in org.glassfish.tyrus.core
Classes in org.glassfish.tyrus.core that implement RemoteEndpoint Modifier and Type Class Description class
TyrusRemoteEndpoint
Wraps theRemoteEndpoint
and represents the other side of the websocket connection.
-