netty5/transport/src
Norman Maurer 73377f0fd5
Make our ChannelFutureListeners less restrictive (#11627)
Motivation:

Our current ChannelFutureListeners are too restrictive in terms of the type of the context. We should lift this a bit

Modifications:

Refactor ChannelFutureListeners to not be an enum and so allow most of its instances to be used with any ChannelOutboundInvoker.

Result:

More flexible usage
2021-08-30 13:14:33 +02:00
..
main Make our ChannelFutureListeners less restrictive (#11627) 2021-08-30 13:14:33 +02:00
test/java/io/netty Add cascadeTo methods to Future (#11623) 2021-08-29 15:44:34 +02:00