Description
Plc4xNettyWrapper uses few lambda statements which are repeatable (ie. noop timeout processor) which can be successfully replaced with static classes as parameters and context of execution is completely static.
This small change will allow us to clarify a bit stack traces and also make log statements generated during handler matching by `only` and `check` calls cleaner.