Uses of Interface
io.avaje.jex.HttpFilter.FilterChain
Packages that use HttpFilter.FilterChain
-
Uses of HttpFilter.FilterChain in io.avaje.jex
Methods in io.avaje.jex with parameters of type HttpFilter.FilterChainModifier and TypeMethodDescriptionvoidHttpFilter.filter(Context ctx, HttpFilter.FilterChain chain) Asks this filter to pre/post-process the given request.