Package ninja

Interface FilterChain


  • public interface FilterChain
    A filter chain
    • Method Detail

      • next

        Result next​(Context context)
        Pass the request to the next filter
        Parameters:
        context - The context for the request
        Returns:
        The result