netty5/codec-http/src/main/java/io/netty/handler/codec
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
..
http Provide a way to implement an ChannelInbound/OutboundMessageHandler conveniently without extending an adapter class 2013-03-05 17:27:53 +09:00
rtsp Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00
spdy [#1100 ] Fix SPDY codec to work again in 4.x 2013-02-28 11:35:38 +01:00