Package jakarta.websocket
Interface SendHandler
public interface SendHandler
A simple callback object for asynchronous sending of web socket messages.
- Author:
- dannycoward
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onResult
(SendResult result) Called once the message has been transmitted.
-
Method Details
-
onResult
Called once the message has been transmitted.- Parameters:
result
- the result.
-