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

Method isPaused

java/org/apache/coyote/AbstractProtocol.java:1032–1034  ·  view source on GitHub ↗

Checks if the protocol handler is paused. @return true if paused

()

Source from the content-addressed store, hash-verified

1030 * @return <code>true</code> if paused
1031 */
1032 public boolean isPaused() {
1033 return endpoint.isPaused();
1034 }
1035
1036
1037 /**

Callers 5

serviceMethod · 0.45
dispatchEndRequestMethod · 0.45
dispatchEndRequestMethod · 0.45
serviceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected