public class ProxyCacheFilterChainBuilder
extends java.lang.Object
Constructor and Description |
---|
ProxyCacheFilterChainBuilder() |
Modifier and Type | Method and Description |
---|---|
FilterChain |
build(FilterChain next,
Invocation invocation)
Builds the next item in the chain.
|
public FilterChain build(FilterChain next, Invocation invocation)
next
- the following filter chaininvocation
- the invocation for the chain builder.