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

Method pause

java/org/apache/coyote/AbstractProtocol.java:1017–1024  ·  view source on GitHub ↗

Pauses the protocol handler. @throws Exception if pause fails

()

Source from the content-addressed store, hash-verified

1015 * @throws Exception if pause fails
1016 */
1017 @Override
1018 public void pause() throws Exception {
1019 if (getLog().isInfoEnabled()) {
1020 getLog().info(sm.getString("abstractProtocolHandler.pause", getName()));
1021 }
1022
1023 endpoint.pause();
1024 }
1025
1026
1027 /**

Callers

nothing calls this directly

Calls 6

getLogMethod · 0.95
getNameMethod · 0.95
isInfoEnabledMethod · 0.65
infoMethod · 0.65
getStringMethod · 0.65
pauseMethod · 0.65

Tested by

no test coverage detected