netty5/transport/src
Norman Maurer 8872c1454a
Allow to create PendingWriteQueue via a Channel (#11055)
Motivation:

At the moment its only possible to create a PendingWriteQueue via a ChannelHandlerContext.

Modifications:

Add another constructor

Result:

More flexible usage of PendingWriteQueue
2021-03-03 16:49:17 +01:00
..
main Allow to create PendingWriteQueue via a Channel (#11055) 2021-03-03 16:49:17 +01:00
test/java/io/netty Add tests verifying channel configure/initialisation order (#11050) 2021-03-02 15:46:23 +01:00