Uses of Interface
io.netty5.buffer.ByteBufHolder
-
Packages that use ByteBufHolder Package Description io.netty5.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message. -
-
Uses of ByteBufHolder in io.netty5.buffer
Classes in io.netty5.buffer that implement ByteBufHolder Modifier and Type Class Description class
DefaultByteBufHolder
Default implementation of aByteBufHolder
that holds it's data in aByteBuf
.Methods in io.netty5.buffer that return ByteBufHolder Modifier and Type Method Description ByteBufHolder
ByteBufHolder. copy()
Creates a deep copy of thisByteBufHolder
.ByteBufHolder
DefaultByteBufHolder. copy()
Creates a deep copy of thisByteBufHolder
.ByteBufHolder
ByteBufHolder. duplicate()
Duplicates thisByteBufHolder
.ByteBufHolder
DefaultByteBufHolder. duplicate()
Duplicates thisByteBufHolder
.ByteBufHolder
ByteBufHolder. replace(ByteBuf content)
Returns a newByteBufHolder
which contains the specifiedcontent
.ByteBufHolder
DefaultByteBufHolder. replace(ByteBuf content)
Returns a newByteBufHolder
which contains the specifiedcontent
.ByteBufHolder
ByteBufHolder. retain()
ByteBufHolder
ByteBufHolder. retain(int increment)
ByteBufHolder
DefaultByteBufHolder. retain()
ByteBufHolder
DefaultByteBufHolder. retain(int increment)
ByteBufHolder
ByteBufHolder. retainedDuplicate()
Duplicates thisByteBufHolder
.ByteBufHolder
DefaultByteBufHolder. retainedDuplicate()
Duplicates thisByteBufHolder
.ByteBufHolder
ByteBufHolder. touch()
ByteBufHolder
ByteBufHolder. touch(Object hint)
ByteBufHolder
DefaultByteBufHolder. touch()
ByteBufHolder
DefaultByteBufHolder. touch(Object hint)
-