netty5/microbench
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
..
src/main Remove ChannelHandler.exceptionCaught(...) as it should only exist in… (#8822) 2019-01-31 20:29:17 +01:00
README.md Fix wiki link 2014-02-14 12:04:12 -08:00
pom.xml Adding an execute burst cost benchmark for Netty executors (#8594) 2018-12-04 15:46:48 +01:00

README.md

Microbenchmark tests

See our wiki page.