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

Method resume

java/org/apache/coyote/AbstractProtocol.java:1042–1049  ·  view source on GitHub ↗

Resumes the protocol handler. @throws Exception if resume fails

()

Source from the content-addressed store, hash-verified

1040 * @throws Exception if resume fails
1041 */
1042 @Override
1043 public void resume() throws Exception {
1044 if (getLog().isInfoEnabled()) {
1045 getLog().info(sm.getString("abstractProtocolHandler.resume", getName()));
1046 }
1047
1048 endpoint.resume();
1049 }
1050
1051
1052 /**

Callers

nothing calls this directly

Calls 6

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

Tested by

no test coverage detected