netty5/codec/src
Trustin Lee a9948d681e Throw NoSuchBufferException instead of returning null
- Exception in this case makes a user less confusing
- To reduce the overhead of filling the stack trace,
  NoSuchBufferException has a public pre-constructed instance.
  - This is necessary because codec framework sometimes need to support
    both type of outbound buffers.
- Fixed a bug where SpdyFrameEncoder did not handle ping messages
- Reduced memory copy in codec embedder (EmbeddedChannel)
2012-05-29 17:25:09 -07:00
..
main/java/io/netty/handler/codec Throw NoSuchBufferException instead of returning null 2012-05-29 17:25:09 -07:00
test/java/io/netty/handler/codec Add isDecodable/isEncodable() to codecs to support stacked codecs 2012-05-29 13:34:01 -07:00