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

Method getStopLatch

java/org/apache/tomcat/util/net/NioEndpoint.java:535–537  ·  view source on GitHub ↗

Returns the stop latch. @return the stop latch

()

Source from the content-addressed store, hash-verified

533 * @return the stop latch
534 */
535 protected CountDownLatch getStopLatch() {
536 return stopLatch;
537 }
538
539
540 /**

Callers 2

stopInternalMethod · 0.95
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected