Class DefaultFilterChain
java.lang.Object
dev.voidframework.web.http.filter.DefaultFilterChain
- All Implemented Interfaces:
FilterChain
Default implementation of
FilterChain.- Since:
- 1.0.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultFilterChain
Build a new instance.- Parameters:
filterList- Filters to apply- Since:
- 1.0.0
-
-
Method Details
-
applyNext
Description copied from interface:FilterChainApplies the next filter.- Specified by:
applyNextin interfaceFilterChain- Parameters:
context- The current context- Returns:
- A result
-