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

Method getFirst

java/org/apache/catalina/Pipeline.java:108–108  ·  view source on GitHub ↗

Returns the first Valve in the pipeline. This is the Valve that will be executed first when a request enters the pipeline. @return the first Valve in the pipeline, or null if the pipeline is empty

()

Source from the content-addressed store, hash-verified

106 * @return the first Valve in the pipeline, or {@code null} if the pipeline is empty
107 */
108 Valve getFirst();
109
110
111 /**

Callers 11

invokeMethod · 0.95
doTestMethod · 0.65
doTestMethod · 0.65
getURIMethod · 0.65
backgroundProcessMethod · 0.65
invokeMethod · 0.65
invokeMethod · 0.65
invokeMethod · 0.65
asyncDispatchMethod · 0.65
serviceMethod · 0.65
pushOppMethod · 0.65

Implementers 1

StandardPipelinejava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by 2

doTestMethod · 0.52
doTestMethod · 0.52