Package ninja
Interface FilterChain
-
public interface FilterChain
A filter chain
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Result
next(Context context)
Pass the request to the next filter
-