public class DefaultByteBufHolder extends Object implements ByteBufHolder
ByteBufHolder that holds it's data in a ByteBuf.| Constructor and Description |
|---|
DefaultByteBufHolder(ByteBuf data) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuf |
content()
Return the data which is held by this
ByteBufHolder. |
ByteBufHolder |
copy()
Create a deep copy of this
ByteBufHolder. |
ByteBufHolder |
duplicate()
Duplicate the
ByteBufHolder. |
int |
refCnt() |
boolean |
release() |
boolean |
release(int decrement) |
ByteBufHolder |
retain() |
ByteBufHolder |
retain(int increment) |
String |
toString() |
public DefaultByteBufHolder(ByteBuf data)
public ByteBuf content()
ByteBufHolderByteBufHolder.content in interface ByteBufHolderpublic ByteBufHolder copy()
ByteBufHolderByteBufHolder.copy in interface ByteBufHolderpublic ByteBufHolder duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate in interface ByteBufHolderpublic int refCnt()
refCnt in interface io.netty.util.ReferenceCountedpublic ByteBufHolder retain()
retain in interface ByteBufHolderretain in interface io.netty.util.ReferenceCountedpublic ByteBufHolder retain(int increment)
retain in interface ByteBufHolderretain in interface io.netty.util.ReferenceCountedpublic boolean release()
release in interface io.netty.util.ReferenceCountedpublic boolean release(int decrement)
release in interface io.netty.util.ReferenceCountedCopyright © 2008–2014 The Netty Project. All rights reserved.