f9888acfdd
Motivation : Avoid unnecessary array allocation when using the function with varargs in the DefaultChannelPipeline class. Modifications : Added addLast and addFirst overloaded methods with 1 handler instead of varargs. Result : No array allocation when using simple construction like pipeline.addLast(new Handler()); |
||
---|---|---|
.. | ||
src | ||
pom.xml |