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()
Creates a deep copy of this
ByteBufHolder . |
ByteBufHolder |
DefaultByteBufHolder.copy()
Creates a deep copy of this
ByteBufHolder . |
ByteBufHolder |
ByteBufHolder.duplicate()
Duplicates this
ByteBufHolder . |
ByteBufHolder |
DefaultByteBufHolder.duplicate()
Duplicates this
ByteBufHolder . |
ByteBufHolder |
ByteBufHolder.replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content . |
ByteBufHolder |
DefaultByteBufHolder.replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content . |
ByteBufHolder |
ByteBufHolder.retain() |
ByteBufHolder |
DefaultByteBufHolder.retain() |
ByteBufHolder |
ByteBufHolder.retain(int increment) |
ByteBufHolder |
DefaultByteBufHolder.retain(int increment) |
ByteBufHolder |
ByteBufHolder.retainedDuplicate()
Duplicates this
ByteBufHolder . |
ByteBufHolder |
DefaultByteBufHolder.retainedDuplicate()
Duplicates this
ByteBufHolder . |
ByteBufHolder |
ByteBufHolder.touch() |
ByteBufHolder |
DefaultByteBufHolder.touch() |
ByteBufHolder |
ByteBufHolder.touch(Object hint) |
ByteBufHolder |
DefaultByteBufHolder.touch(Object hint) |
Copyright © 2008–2019 The Netty Project. All rights reserved.