netty5/handler/src/main/java/io
johnou ad7f033c06 Allow writing with void promise if IdleStateHandler is configured in pipeline.
Motivation:

Allow writing with void promise if IdleStateHandler is configured in the pipeline for read timeout events.

Modifications:

Better performance.

Result:

No more ChannelFutureListeners are created if IdleStateHandler is only configured for read timeouts allowing for writing to the channel with void promise.
2015-05-25 21:09:47 +02:00
..
netty/handler Allow writing with void promise if IdleStateHandler is configured in pipeline. 2015-05-25 21:09:47 +02:00