SendHandler (Java(TM) EE 7 Specification APIs) (original) (raw)
public interface SendHandler
A simple callback object for asynchronous sending of web socket messages.
Author:
dannycoward
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type Method and Description void onResult(SendResult result) Called once the message has been transmitted. Method Detail
* #### onResult void onResult([SendResult](../../javax/websocket/SendResult.html "class in javax.websocket") result) Called once the message has been transmitted. Parameters: `result` \- the result.
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.