netty5/transport/src/main/java/io/netty
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
..
bootstrap Ported most examples 2012-05-29 16:41:26 -07:00
channel Throw NoSuchBufferException instead of returning null 2012-05-29 17:25:09 -07:00