netty5/transport/src/main/java/io/netty/channel/embedded
Norman Maurer dc2649e95d
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:11:31 -07:00
..
EmbeddedChannel.java Allow to set parent Channel when constructing EmbeddedChannel (#9230) 2019-06-08 09:11:31 -07:00
EmbeddedChannelId.java Cleanup ChannelId handling of basic methods 2017-02-15 11:53:36 -08:00
EmbeddedEventLoop.java Add a EventLoopGroup.register(ChannelPromise) 2016-05-21 18:40:17 +02:00
EmbeddedSocketAddress.java Saner toString() implementation for EmbeddedSocketAddress 2013-11-08 18:04:40 +09:00
package-info.java Synchronized between 4.1 and master 2014-04-25 00:38:02 +09:00