A proxied filter chain is a {@link FilterChain} instance that proxies an original {@link FilterChain} as wellas a {@link List List} of other {@link Filter Filter}s 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) {@code FilterChain} instance.
@author Les Hazlewood
@since 0.9
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.