Example usage for Java io.netty.buffer ByteBufHolder fields, constructors, methods, implement or subclass
The text is from its open source code.
ByteBuf | content() Return the data which is held by this ByteBufHolder . |
ByteBufHolder | copy() Creates a deep copy of this ByteBufHolder . |
int | refCnt() Returns the reference count of this object. |
boolean | release() Decreases the reference count by 1 and deallocates this object if the reference count reaches at 0 . |
ByteBufHolder | replace(ByteBuf content) Returns a new ByteBufHolder which contains the specified content . |
ByteBufHolder | retain() |