Uses of Interface
javax.websocket.MessageHandler.Whole
Packages that use MessageHandler.Whole
Package
Description
This package contains all the WebSocket APIs common to both the client
and server side.
-
Uses of MessageHandler.Whole in javax.websocket
Methods in javax.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.