MCPcopy Create free account
hub / github.com/apache/tomcat / getCoyoteRequest

Method getCoyoteRequest

java/org/apache/catalina/connector/Request.java:169–171  ·  view source on GitHub ↗

Get the Coyote request. @return the Coyote request object

()

Source from the content-addressed store, hash-verified

167 * @return the Coyote request object
168 */
169 public org.apache.coyote.Request getCoyoteRequest() {
170 return this.coyoteRequest;
171 }
172
173
174 // ----------------------------------------------------- Variables

Callers 15

oneTestMethod · 0.95
completeMethod · 0.95
dispatchMethod · 0.95
isStartedMethod · 0.95
logDebugMethod · 0.95
checkMethod · 0.95
recycleCookieInfoMethod · 0.95
asyncDispatchMethod · 0.95
addElementMethod · 0.45
addElementMethod · 0.45
addElementMethod · 0.45
addElementMethod · 0.45

Calls

no outgoing calls

Tested by 1

oneTestMethod · 0.76