netty5/transport/src/main/java/io
Nick Hill daf63373bf AbstractChannelHandlerContext 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 AbstractChannelHandlerContext to not extend DefaultAttributeMap.

Result:

Simpler hierarchy, eliminate unused attributes field from each context instance.
2019-03-21 08:49:26 +01:00
..
netty AbstractChannelHandlerContext doesn't need to extend DefaultAttributeMap (#8960) 2019-03-21 08:49:26 +01:00