netty5/handler/src
Frederic Bregier a25c585f39 Fix overriden method not called in TrafficShaping
Motivation:
handlerAdded and handlerRemoved were overriden but super was never
called, while it should.
Also add one missing information in the toString method.

Modifications:
Add the super corresponding call, and add checkInterval to the
toString() method

Result;
super method calls are correctly passed to the super implementation
part.
2014-09-20 20:42:49 +02:00
..
main/java/io/netty/handler Fix overriden method not called in TrafficShaping 2014-09-20 20:42:49 +02:00
test Support IPv4 default route in ipfilter. 2014-08-17 14:32:27 +02:00