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

Method service

java/org/apache/coyote/Adapter.java:44–44  ·  view source on GitHub ↗

Call the service method, and notify all listeners. @param req The request object @param res The response object @exception Exception if an error happens during handling of the request. Common errors are: IOException if an input/output erro

(Request req, Response res)

Source from the content-addressed store, hash-verified

42 * exceptions )
43 */
44 void service(Request req, Response res) throws Exception;
45
46 /**
47 * Prepare the given request/response for processing. This method requires that the request object has been

Callers 7

serviceMethod · 0.65
serviceMethod · 0.65
serviceMethod · 0.65
doFilterMethod · 0.65
serviceMethod · 0.65
serviceMethod · 0.65
serviceMethod · 0.65

Implementers 1

CoyoteAdapterjava/org/apache/catalina/connector/Coy

Calls

no outgoing calls

Tested by

no test coverage detected