netty5/handler
Frederic Bregier eaaa439c67 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:43:20 +02:00
..
src Fix overriden method not called in TrafficShaping 2014-09-20 20:43:20 +02:00
pom.xml ALPN java implementation 2014-08-30 13:41:07 -04:00