netty5/codec-http2/src
Norman Maurer e3846c54f6
Remove ChannelHandler.exceptionCaught(...) as it should only exist in… (#8822)
Motivation:

ChannelHandler.exceptionCaught(...) was marked as @deprecated as it should only exist in inbound handlers.

Modifications:

Remove ChannelHandler.exceptionCaught(...) and adjust code / tests.

Result:

Fixes https://github.com/netty/netty/issues/8527
2019-01-31 20:29:17 +01:00
..
main/java/io/netty/handler/codec/http2 migrate java8: use lambda and method reference (#8781) 2019-01-29 14:06:05 +01:00
test Remove ChannelHandler.exceptionCaught(...) as it should only exist in… (#8822) 2019-01-31 20:29:17 +01:00