netty5/transport/src
Norman Maurer c249926784 [#3127] Allow to write with VoidPromise to Channels in ChannelGroup
Motivation:

Users sometimes want to use Channel.voidPromise() when write to a Channel to reduce GC-pressure. This should be also possible when write via a ChannelGroup.

Modifications:

Add new write(...) and writeAndFlush(...) overloads which allow to signale that a VoidPromise should be used to write to the Channel

Result:

Users can write with VoidPromise when using ChannelGroup
2016-05-14 20:53:25 +02:00
..
main/java/io/netty [#3127] Allow to write with VoidPromise to Channels in ChannelGroup 2016-05-14 20:53:25 +02:00
test/java/io/netty Fix test-failures introduces by c1827114e9. 2016-05-14 20:38:31 +02:00