netty5/codec-http2/src/main
Norman Maurer 254732b43c Replace synchronized with ConcurrentHashMap in Http2StreamChannelBootstrap (#9848)
Motivation:

97361fa2c8 replace synchronized with ConcurrentHashMap in *Bootstrap classes but missed to do the same for the Http2 variant.

Modifications:

- Use ConcurrentHashMap
- Simplify code in *Bootstrap classes

Result:

Less contention
2019-12-06 12:02:57 +01:00
..
java/io/netty/handler/codec/http2 Replace synchronized with ConcurrentHashMap in Http2StreamChannelBootstrap (#9848) 2019-12-06 12:02:57 +01:00
resources/META-INF/native-image/io.netty/codec-http2 Add io.netty.handler.codec.http2.Http2ConnectionHandler for runtime GraalVM compilation (#9621) 2019-10-07 11:02:13 +04:00