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

Method dispatch

java/jakarta/servlet/AsyncContext.java:90–90  ·  view source on GitHub ↗

Dispatches the request to the resource at the original request URI, as specified in the original request. After the dispatch, the async request processing is complete and the response is committed. @throws IllegalStateException if this method is called when the request is not in asynchronous mode.

()

Source from the content-addressed store, hash-verified

88 * has been called.
89 */
90 void dispatch();
91
92 /**
93 * Dispatches the request to the resource at the specified path relative to the {@link ServletContext} from which

Callers 15

serviceMethod · 0.95
doGetMethod · 0.95
doGetMethod · 0.95
doGetMethod · 0.95
doGetMethod · 0.95
doGetMethod · 0.95
doGetMethod · 0.95
serviceMethod · 0.95
doGetMethod · 0.95
doGetMethod · 0.95
doGetMethod · 0.95
doGetMethod · 0.95

Implementers 1

AsyncContextImpljava/org/apache/catalina/core/AsyncCon

Calls

no outgoing calls

Tested by 15

doGetMethod · 0.76
doGetMethod · 0.76
doGetMethod · 0.76
doGetMethod · 0.76
doGetMethod · 0.76
doGetMethod · 0.76
serviceMethod · 0.76
doGetMethod · 0.76
doGetMethod · 0.76
doGetMethod · 0.76
doGetMethod · 0.76
doGetMethod · 0.76