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