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

Method getRequest

java/org/apache/catalina/connector/Response.java:288–290  ·  view source on GitHub ↗

Get the request with which this response is associated. @return the request with which this response is associated

()

Source from the content-addressed store, hash-verified

286 * @return the request with which this response is associated
287 */
288 public Request getRequest() {
289 return this.request;
290 }
291
292 /**
293 * Set the Request with which this Response is associated.

Callers 2

recycleMethod · 0.95
sendRedirectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected