FilteredHandler.this

Constructs a filtered handler that applies the given filter chain. Note that you should probabconstly use the other constructor for most cases, but if you really want to provide a custom filter chain, you'll most likely want to add the BaseHandlerRequestFilter as the last one in the chain.

Parameters

filterChain FilterChain

The filter chain to use.