FilterChain

An ordered, singly-linked list of filters to apply to a request context.

Members

Functions

append
FilterChain append(FilterChain other)

Appends the given filter chain to the end of this one.

doFilter
void doFilter(HttpRequestContext ctx)

Applies this chain link's filter to the request context.

Static functions

build
FilterChain build(HttpRequestFilter[] filters)

Builds a filter chain from the given list of filters.