netty5/transport/src/main
Nick Hill 7d5578b8a6 DefaultChannelHandlerContext doesn't need to extend DefaultAttributeMap (#8960)
Motivation:

It appears this was an oversight, maybe was valid at some point in the past. Noticed while reviewing #8958.

Modifications:

Change DefaultChannelHandlerContext to not extend DefaultAttributeMap.

Result:

Simpler hierarchy, eliminate unused attributes field from each context instance.
2019-03-21 08:55:54 +01:00
..
java/io/netty DefaultChannelHandlerContext doesn't need to extend DefaultAttributeMap (#8960) 2019-03-21 08:55:54 +01:00