ddde3a42d9
Motivation: Make it easier to use the existing ByteBuf and the new BBuf in the same source files. To help transitioning between, and comparing, the two APIs. Modification: The new ...b2.ByteBuf class has been renamed to BBuf to avoid clashing with the existing ByteBuf name. Result: It's easier to make use of both classes in the same source files, since both can be imported independently. |
||
---|---|---|
buffer/src | ||
.gitignore | ||
pom.xml | ||
README.md |
Netty Incubator Buffer API
This repository is incubating a new buffer API proposed for Netty 5.