Uses of Interface
jakarta.websocket.MessageHandler.Whole
-
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.