Uses of Interface
io.avaje.jex.http.HttpFilter
Packages that use HttpFilter
-
Uses of HttpFilter in io.avaje.jex
Methods in io.avaje.jex that return types with arguments of type HttpFilterMethods in io.avaje.jex with parameters of type HttpFilterModifier and TypeMethodDescriptiondefault JexJex.filter(HttpFilter handler) Add a filter for all matched requests.Routing.filter(HttpFilter handler) Add a filter for all matched requests. -
Uses of HttpFilter in io.avaje.jex.http
Methods in io.avaje.jex.http that return HttpFilterModifier and TypeMethodDescriptionstatic HttpFilterHttpFilter.fromJdkFilter(Filter filter) Convert a JDKFilterinto a Jex HttpFilter.