netty5/codec/src
Trustin Lee a8a7c4f576 Provide a way to implement an ChannelInbound/OutboundMessageHandler conveniently without extending an adapter class
- Add ChannelHandlerUtil and move the core logic of ChannelInbound/OutboundMessageHandler to ChannelHandlerUtil
- Add ChannelHandlerUtil.SingleInbound/OutboundMessageHandler and make ChannelInbound/OutboundMessageHandlerAdapter implement them.  This is a backward incompatible change because it forces all handler methods to be public (was protected previously)
- Fixes: #1119
2013-03-05 17:27:53 +09:00
..
main/java/io/netty/handler/codec Provide a way to implement an ChannelInbound/OutboundMessageHandler conveniently without extending an adapter class 2013-03-05 17:27:53 +09:00
test/java/io/netty/handler/codec [#1069] Snappy decoding fixes 2013-02-25 16:36:50 +00:00