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.
- 
- 
Uses of MessageHandler.Whole in jakarta.websocketMethods in jakarta.websocket with parameters of type MessageHandler.Whole Modifier and Type Method Description <T> voidSession. addMessageHandler(Class<T> clazz, MessageHandler.Whole<T> handler)Register to handle to incoming messages in this conversation.
 
-