d487086a2c
Motivation: Right now after a SslMasterKeyHandler is added to the pipeline, it also needs to be enabled via a system property explicitly. In some environments where the handler is conditionally added to the pipeline this is redundant and a bit confusing. Modifications: This changeset keeps the default behavior, but allows child implementations to tweak the way on how it detects that it should actually handle the event when it is being raised. Also, removed a private static that is not used in the wireshark handler. Result: Child implementations can be more flexible in deciding when and how the handler should perform its work (without changing any of the defaults). |
||
---|---|---|
.. | ||
src | ||
pom.xml |