netty5/transport/src
Norman Maurer 78586a99b6 Ensure CombinedChannelDuplexHandler can not be shared.
Motivation:

CombinedChannelDuplexHandler must not be shared as it contains state.

Modifications:

Enforce that it is not shared.

Result:

Fixes [#6333]
2017-02-14 08:42:23 +01:00
..
main/java/io/netty Ensure CombinedChannelDuplexHandler can not be shared. 2017-02-14 08:42:23 +01:00
test/java/io/netty Ensure CombinedChannelDuplexHandler can not be shared. 2017-02-14 08:42:23 +01:00