Package io.milton.http
Interface Filter
- All Known Implementing Classes:
PreAuthenticationFilter,StandardFilter
public interface Filter
Interface for a request/response wrapping filter.
Add these with HttpManager.addFilter(ordinal,filter)
By default the manager loads a single filter which delegates the
request to a handler appropriate for the request method
Users can add their own for logging, security, managing database connections etc
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(FilterChain chain, Request request, Response response)
-
Method Details
-
process
-