Uses of Class
javax.websocket.SendResult
-
Packages that use SendResult Package Description javax.websocket This package contains all the 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 void
SendHandler. onResult(SendResult result)
Called once the message has been transmitted.
-