Package io.undertow.servlet.handlers
Class FilterHandler
- java.lang.Object
-
- io.undertow.servlet.handlers.FilterHandler
-
- All Implemented Interfaces:
HttpHandler
public class FilterHandler extends Object implements HttpHandler
- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description FilterHandler(Map<jakarta.servlet.DispatcherType,List<ManagedFilter>> filters, boolean allowNonStandardWrappers, HttpHandler next)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(HttpServerExchange exchange)
-
-
-
Constructor Detail
-
FilterHandler
public FilterHandler(Map<jakarta.servlet.DispatcherType,List<ManagedFilter>> filters, boolean allowNonStandardWrappers, HttpHandler next)
-
-
Method Detail
-
handleRequest
public void handleRequest(HttpServerExchange exchange) throws Exception
- Specified by:
handleRequestin interfaceHttpHandler- Throws:
Exception
-
-