MCPcopy Index your code
hub / github.com/apache/tomcat / allocate

Method allocate

java/org/apache/catalina/Wrapper.java:197–197  ·  view source on GitHub ↗

Allocate an initialized instance of this Servlet that is ready to have its service() method called. The previously initialized instance may be returned immediately. @exception ServletException if the Servlet init() method threw an exception @exception ServletException if a loading erro

()

Source from the content-addressed store, hash-verified

195 * @return a new Servlet instance
196 */
197 Servlet allocate() throws ServletException;
198
199
200 /**

Callers 15

EndpointClass · 0.65
encodeMethod · 0.65
testUnixDomainSocketMethod · 0.65
testInputNeedRead01Method · 0.65
testInputMalformed01Method · 0.65
testInputMalformed02Method · 0.65
testLeftoverBufferMethod · 0.65
testBug54602dMethod · 0.65

Implementers 1

StandardWrapperjava/org/apache/catalina/core/Standard

Calls

no outgoing calls