Ejemplo n.º 1
0
 public void recycleFilterChain(FilterChainImpl chain) {
   chain.reset();
   this.filterChain = chain;
 }