netty5/example/src/main
Trustin Lee 42c65cca3a Make MessageBuf bounded
- Move common methods from ByteBuf to Buf
- Rename ensureWritableBytes() to ensureWritable()
- Rename readable() to isReadable()
- Rename writable() to isWritable()
- Add isReadable(int) and isWritable(int)
- Add AbstractMessageBuf
- Rewrite DefaultMessageBuf and QueueBackedMessageBuf
  - based on Josh Bloch's public domain ArrayDeque impl
2013-01-31 18:11:06 +01:00
..
java/io/netty/example Make MessageBuf bounded 2013-01-31 18:11:06 +01:00
resources/websocketx/html5 fixing type on event/send argument 2012-11-27 19:29:29 +01:00