| Modifier and Type | Class and Description |
|---|---|
class |
DefaultByteBufHolder
Default implementation of a
ByteBufHolder that holds it's data in a ByteBuf. |
| Modifier and Type | Method and Description |
|---|---|
ByteBufHolder |
ByteBufHolder.copy()
Create a deep copy of this
ByteBufHolder. |
ByteBufHolder |
DefaultByteBufHolder.copy() |
ByteBufHolder |
ByteBufHolder.duplicate()
Duplicate the
ByteBufHolder. |
ByteBufHolder |
DefaultByteBufHolder.duplicate() |
ByteBufHolder |
ByteBufHolder.retain() |
ByteBufHolder |
DefaultByteBufHolder.retain() |
ByteBufHolder |
ByteBufHolder.retain(int increment) |
ByteBufHolder |
DefaultByteBufHolder.retain(int increment) |
Copyright © 2008–2014 The Netty Project. All rights reserved.