netty5/handler/src
Norman Maurer ef22e65b57 Allow to delay registration when creating a EmbeddedChannel
Motivation:

Some ChannelOptions must be set before the Channel is really registered to have the desired effect.

Modifications:

Add another constructor argument which allows to not register the EmbeddedChannel to its EventLoop until the user calls register().

Result:

More flexible usage of EmbeddedChannel. Also Fixes [#6968].
2017-07-19 19:35:03 +02:00
..
main/java/io/netty/handler SSLEngineTest should not depend on OpenSsl* class. 2017-07-18 13:21:27 +02:00
test Allow to delay registration when creating a EmbeddedChannel 2017-07-19 19:35:03 +02:00