Uses of Interface
jakarta.websocket.MessageHandler.Whole
Packages that use MessageHandler.Whole
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 MessageHandler.Whole in jakarta.websocket
Methods in jakarta.websocket with parameters of type MessageHandler.WholeModifier and TypeMethodDescription<T> void
Session.addMessageHandler
(Class<T> clazz, MessageHandler.Whole<T> handler) Register to handle to incoming messages in this conversation. -
Uses of MessageHandler.Whole in org.glassfish.tyrus.core
Methods in org.glassfish.tyrus.core with parameters of type MessageHandler.WholeModifier and TypeMethodDescription<T> void
MessageHandlerManager.addMessageHandler
(Class<T> clazz, MessageHandler.Whole<T> handler) AddMessageHandler.Whole
to the manager.<T> void
TyrusSession.addMessageHandler
(Class<T> clazz, MessageHandler.Whole<T> handler) Register to handle to incoming messages in this conversation. -
Uses of MessageHandler.Whole in org.glassfish.tyrus.core.cluster
Methods in org.glassfish.tyrus.core.cluster with parameters of type MessageHandler.WholeModifier and TypeMethodDescription<T> void
RemoteSession.addMessageHandler
(Class<T> clazz, MessageHandler.Whole<T> handler) This method is not supported onRemoteSession
.