com.bradmcevoy.http
Interface Filter
- All Known Implementing Classes:
- DebugFilter, 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
process
void process(FilterChain chain,
Request request,
Response response)
Copyright © 2011. All Rights Reserved.