Class InvocationChain

java.lang.Object
org.apache.felix.http.base.internal.dispatch.InvocationChain
All Implemented Interfaces:
jakarta.servlet.FilterChain

public class InvocationChain extends Object implements jakarta.servlet.FilterChain
  • Constructor Details

    • InvocationChain

      public InvocationChain(@NotNull @NotNull ServletHandler servletHandler, @NotNull @NotNull FilterHandler[] filterHandlers)
  • Method Details

    • doFilter

      public final void doFilter(@NotNull @NotNull jakarta.servlet.ServletRequest req, @NotNull @NotNull jakarta.servlet.ServletResponse res) throws IOException, jakarta.servlet.ServletException
      Specified by:
      doFilter in interface jakarta.servlet.FilterChain
      Throws:
      IOException
      jakarta.servlet.ServletException