SimpleFilterChain

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

Parameters

current

the current Filter to execute

next

the next FilterChain in the sequence

Type Parameters

T

the type of context being processed