- Enclosing interface:
- WebSocket
public static interface WebSocket.WriteCallback
Callback for sending messages.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
operationComplete
(WebSocket ws, Throwable cause) Notify about message sent to client.
-
Field Details
-
NOOP
-
-
Method Details
-
operationComplete
Notify about message sent to client.- Parameters:
ws
- Websocket.cause
- Error ornull
for success messages.
-