MCPcopy Index your code
hub / github.com/apache/tomcat / setSendTimeout

Method setSendTimeout

java/jakarta/websocket/RemoteEndpoint.java:52–52  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 4

onOpenMethod · 0.65
setSendTimeoutMethod · 0.65
WsSessionMethod · 0.65

Implementers 1

WsRemoteEndpointAsyncjava/org/apache/tomcat/websocket/WsRem

Calls

no outgoing calls

Tested by 2

onOpenMethod · 0.52