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

Method getResponse

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

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

()

Source from the content-addressed store, hash-verified

728 * @return the associated response
729 */
730 public Response getResponse() {
731 return this.response;
732 }
733
734 /**
735 * Set the Response with which this Request is associated.

Callers 2

startAsyncMethod · 0.95
handleReadExceptionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected