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

Method getHandler

java/org/apache/coyote/AbstractProtocol.java:741–743  ·  view source on GitHub ↗

Gets the handler. @return the handler

()

Source from the content-addressed store, hash-verified

739 * @return the handler
740 */
741 public Handler<S> getHandler() {
742 return handler;
743 }
744
745 /**
746 * Sets the handler.

Callers 2

initMethod · 0.95
addServiceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected