MCPcopy Create free account
hub / github.com/apache/tomcat / pause

Method pause

java/org/apache/tomcat/util/net/AbstractEndpoint.java:175–175  ·  view source on GitHub ↗

Inform the handler that the endpoint has stopped accepting any new connections. Typically, the endpoint will be stopped shortly afterwards but it is possible that the endpoint will be resumed so the handler should not assume that a stop will follow.

()

Source from the content-addressed store, hash-verified

173 * assume that a stop will follow.
174 */
175 void pause();
176
177
178 /**

Callers 4

stopInternalMethod · 0.65
stopInternalMethod · 0.65
pauseMethod · 0.65

Implementers 1

ConnectionHandlerjava/org/apache/coyote/AbstractProtoco

Calls

no outgoing calls

Tested by

no test coverage detected