netty5/handler/src
Trustin Lee 94d6e44bba Change the return type of EmbeddedChannel.read*() from Object to an ad-hoc type parameter
.. so that there's no need to explicitly down-cast.

Fixes #2067
2013-12-16 22:22:47 +09:00
..
main/java/io/netty/handler Fix a bug in SslHandler where a ClassCastException is raised when non-ByteBuf message is passed 2013-12-16 16:30:24 +09:00
test/java/io/netty/handler Change the return type of EmbeddedChannel.read*() from Object to an ad-hoc type parameter 2013-12-16 22:22:47 +09:00