Package 

Class ServletFilter

  • All Implemented Interfaces:
    jakarta.servlet.Filter , jakarta.servlet.FilterConfig , java.io.Serializable

    
    public final class ServletFilter
    extends HttpFilter
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ServletFilter(PathHandler pathHandler, HttpServerSettings serverSettings)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit init(FilterConfigĀ filterConfig)
      Unit destroy()
      • Methods inherited from class jakarta.servlet.GenericFilter

        getFilterConfig, getFilterName, getInitParameter, getInitParameterNames, getServletContext, init
      • Methods inherited from class jakarta.servlet.http.HttpFilter

        doFilter
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServletFilter

        ServletFilter(PathHandler pathHandler, HttpServerSettings serverSettings)
    • Method Detail

      • init

         Unit init(FilterConfigĀ filterConfig)