netty5/transport/src
Norman Maurer ddc9f8bf1d Access the Constructor of the Channel in the constructor of ReflectiveChannelFactory. (#8718)
Motivation:

We should access the Constructor of the passed in class in the Constructor of ReflectiveChannelFactory only to reduce the overhead but also fail-fast.

Modifications:

Access the Constructor early.

Result:

Fails fast and less performance overhead.
2019-01-15 08:55:41 +01:00
..
main/java/io/netty Access the Constructor of the Channel in the constructor of ReflectiveChannelFactory. (#8718) 2019-01-15 08:55:41 +01:00
test/java/io/netty Tighten contract between Channel and EventLoop by require the EventLoop on Channel construction. (#8587) 2019-01-14 20:11:13 +01:00