Package io.undertow.servlet.core
Class ManagedFilter
java.lang.Object
io.undertow.servlet.core.ManagedFilter
- All Implemented Interfaces:
Lifecycle
- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddoFilter(ServletRequest request, ServletResponse response, FilterChain chain) voidbooleanvoidstart()voidstop()toString()
-
Constructor Details
-
ManagedFilter
-
-
Method Details
-
doFilter
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException - Throws:
IOExceptionServletException
-
createFilter
- Throws:
ServletException
-
start
- Specified by:
startin interfaceLifecycle- Throws:
ServletException
-
stop
public void stop() -
isStarted
public boolean isStarted() -
getFilterInfo
-
toString
-
forceInit
- Throws:
ServletException
-