File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/main/java/com/ning/http/client/providers/grizzly Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 64
64
import org .glassfish .grizzly .attributes .Attribute ;
65
65
import org .glassfish .grizzly .attributes .AttributeStorage ;
66
66
import org .glassfish .grizzly .filterchain .BaseFilter ;
67
+ import org .glassfish .grizzly .filterchain .FilterChain ;
67
68
import org .glassfish .grizzly .filterchain .FilterChainBuilder ;
68
69
import org .glassfish .grizzly .filterchain .FilterChainContext ;
69
70
import org .glassfish .grizzly .filterchain .FilterChainEvent ;
@@ -2508,6 +2509,11 @@ public NextAction handleWrite(FilterChainContext ctx) throws IOException {
2508
2509
2509
2510
}
2510
2511
2512
+ @ Override
2513
+ public void onFilterChainChanged (FilterChain filterChain ) {
2514
+ // no-op
2515
+ }
2516
+
2511
2517
2512
2518
// ----------------------------------------------------- Private Methods
2513
2519
You can’t perform that action at this time.
0 commit comments