netty5/codec/src
Trustin Lee e5da7b53dd Add UnsupportedMessageTypeException
- Replaced some IllegalArgumentExceptions with
  UnsupportedMessageTypeException
- MessageToMessage(Encoder|Decoder) should continue polling the
  inbound buffer if encode() or decode() returns null
  - aggregating codec can do that
2012-05-18 21:59:02 +09:00
..
main/java/io/netty/handler/codec Add UnsupportedMessageTypeException 2012-05-18 21:59:02 +09:00
test/java/io/netty/handler/codec Fix compilation errors 2012-05-18 17:50:38 +09:00