Uses of Class
jakarta.websocket.SendResult
- 
Packages that use SendResult Package Description jakarta.websocket This package contains all the Jakarta WebSocket APIs common to both the client and server side.
- 
- 
Uses of SendResult in jakarta.websocketMethods in jakarta.websocket with parameters of type SendResult Modifier and Type Method Description voidSendHandler. onResult(SendResult result)Called once the message has been transmitted.
 
-