In my project, I only use nio bytebuffer,because gwt support this, I wander, dose gwt support netty ByteBuf ?
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.0.25.Final</version>
</dependency>
Currently, I don't have gwt env, but I hope this project support gwt.
BTW, bytebuffer and bytebuf is easy to conver to each other by this comment.If the internal of bytebuf just use bytebuffer, so, there will be no problem under gwt.
Dose any one can test this ?