netty5/handler
Trustin Lee 03e68482bb Remove ChannelBuf/ByteBuf.Unsafe
- Fixes #826
Unsafe.isFreed(), free(), suspend/resumeIntermediaryAllocations() are not that dangerous. internalNioBuffer() and internalNioBuffers() are dangerous but it seems like nobody is using it even inside Netty. Removing those two methods also removes the necessity to keep Unsafe interface at all.
2012-12-17 17:41:21 +09:00
..
src Remove ChannelBuf/ByteBuf.Unsafe 2012-12-17 17:41:21 +09:00
pom.xml Fix the incorrect snapshot version number 2012-12-13 22:49:31 +09:00