netty5/transport/src/main/java/io
Norman Maurer 44b942e507 Rename future to promise in the ChannelDuplexHandler method arguments.
Motivation:

We used future in many method of ChannelDuplexHandler as argument name of ChannelPromise. We should make it more consistent and correct.

Modifications:

Replace future with promise.

Result:

More correct and consistent naming.
2016-07-06 08:55:29 +02:00
..
netty Rename future to promise in the ChannelDuplexHandler method arguments. 2016-07-06 08:55:29 +02:00