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

Method getRequest

java/org/apache/coyote/Processor.java:85–85  ·  view source on GitHub ↗

Gets the request associated with this processor. @return The request associated with this processor.

()

Source from the content-addressed store, hash-verified

83 * @return The request associated with this processor.
84 */
85 Request getRequest();
86
87 /**
88 * Recycle the processor, ready for the next request which may be on the same connection or a different connection.

Implementers 1

AbstractProcessorLightjava/org/apache/coyote/AbstractProcess

Calls

no outgoing calls