netty5/transport
Norman Maurer acd13e1cf7 Allow to set parent Channel when constructing EmbeddedChannel (#9230)
Motivation:

Sometimes it is beneficial to be able to set a parent Channel in EmbeddedChannel if the handler that should be tested depend on the parent.

Modifications:

- Add another constructor which allows to specify a parent
- Add unit tests

Result:

Fixes https://github.com/netty/netty/issues/9228.
2019-06-08 09:20:19 -07:00
..
src Allow to set parent Channel when constructing EmbeddedChannel (#9230) 2019-06-08 09:20:19 -07:00
pom.xml Correcting Maven Dependencies (#8622) 2018-12-06 09:02:00 +01:00