Class ProxiedFilterChain

  • All Implemented Interfaces:
    FilterChain

    public class ProxiedFilterChain
    extends Object
    implements FilterChain
    A proxied filter chain is a FilterChain instance that proxies an original FilterChain as well as a List of other Filters that might need to execute prior to the final wrapped original chain. It allows a list of filters to execute before continuing the original (proxied) FilterChain instance.
    Since:
    0.9