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 |
DefaultByteBufHolder.copy() |
ByteBufHolder |
ByteBufHolder.copy()
Create a deep copy of this
ByteBufHolder . |
ByteBufHolder |
DefaultByteBufHolder.duplicate() |
ByteBufHolder |
ByteBufHolder.duplicate()
Duplicate the
ByteBufHolder . |
ByteBufHolder |
DefaultByteBufHolder.retain() |
ByteBufHolder |
ByteBufHolder.retain() |
ByteBufHolder |
DefaultByteBufHolder.retain(int increment) |
ByteBufHolder |
ByteBufHolder.retain(int increment) |
Copyright © 2008–2016 The Netty Project. All rights reserved.