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

Method getAdapter

java/org/apache/coyote/AbstractProcessor.java:169–171  ·  view source on GitHub ↗

Get the associated adapter. @return the associated adapter

()

Source from the content-addressed store, hash-verified

167 * @return the associated adapter
168 */
169 public Adapter getAdapter() {
170 return adapter;
171 }
172
173
174 /**

Callers 2

dispatchMethod · 0.95
logAccessMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected