netty5/transport/src
Dmitriy Dumanskiy 62d8a5e9d2 Add removeIfExists() method to DefaultChannelPipeline
Motivation:

Sometimes it is very convenient to remove the handler from pipeline without throwing the exception in case those handler doesn't exist in the pipeline.

Modification:

Added 3 overloaded methods to DefaultChannelPipeline, but not added to ChannelHandler due to back compatibility.

Result:

Fixes #7662
2018-03-27 09:48:52 +02:00
..
main/java/io/netty Add removeIfExists() method to DefaultChannelPipeline 2018-03-27 09:48:52 +02:00
test/java/io/netty Add removeIfExists() method to DefaultChannelPipeline 2018-03-27 09:48:52 +02:00