Package jakarta.websocket
Interface SendHandler
- 
 public interface SendHandlerA simple callback object for asynchronous sending of web socket messages.- Author:
- dannycoward
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonResult(SendResult result)Called once the message has been transmitted.
 
- 
- 
- 
Method Detail- 
onResultvoid onResult(SendResult result) Called once the message has been transmitted.- Parameters:
- result- the result.
 
 
- 
 
-