Uses of Interface
jakarta.websocket.MessageHandler.Whole
-
Packages that use MessageHandler.Whole 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.org.glassfish.tyrus.core.cluster Cluster relates classes and interfaces. -
-
Uses of MessageHandler.Whole in jakarta.websocket
Methods in jakarta.websocket with parameters of type MessageHandler.Whole Modifier and Type Method Description <T> void
Session. addMessageHandler(java.lang.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.Whole Modifier and Type Method Description <T> void
MessageHandlerManager. addMessageHandler(java.lang.Class<T> clazz, MessageHandler.Whole<T> handler)
AddMessageHandler.Whole
to the manager.<T> void
TyrusSession. addMessageHandler(java.lang.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.Whole Modifier and Type Method Description <T> void
RemoteSession. addMessageHandler(java.lang.Class<T> clazz, MessageHandler.Whole<T> handler)
This method is not supported onRemoteSession
.
-