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

Method stopInternal

java/org/apache/catalina/valves/FilterValve.java:207–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205 }
206
207 @Override
208 protected void stopInternal() throws LifecycleException {
209 super.stopInternal();
210
211 if (null != filter) {
212 try {
213 filter.destroy();
214 } finally {
215 filter = null;
216 }
217 }
218 }
219
220 @Override
221 public void invoke(final Request request, final Response response) throws IOException, ServletException {

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.65

Tested by

no test coverage detected