Set the timeout (in milliseconds) for sending a message asynchronously. The default value is determined by WebSocketContainer#getDefaultAsyncSendTimeout(). @param timeout The new timeout for sending messages asynchronously in milliseconds. A non-positive value means an in
(long timeout)
| 50 | * means an infinite timeout. |
| 51 | */ |
| 52 | void setSendTimeout(long timeout); |
| 53 | |
| 54 | /** |
| 55 | * Send the message asynchronously, using the SendHandler to signal to the client when the message has been |
no outgoing calls