SimpleFilterChain

constructor(current: Filter<T>, next: FilterChain<T>)

Parameters

T

the type of context being processed

current

the current Filter to execute

next

the next FilterChain in the sequence