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 classDefaultByteBufHolderDefault implementation of aByteBufHolderthat holds it's data in aByteBuf.Methods in io.netty5.buffer that return ByteBufHolder Modifier and Type Method Description ByteBufHolderByteBufHolder. copy()Creates a deep copy of thisByteBufHolder.ByteBufHolderDefaultByteBufHolder. copy()Creates a deep copy of thisByteBufHolder.ByteBufHolderByteBufHolder. duplicate()Duplicates thisByteBufHolder.ByteBufHolderDefaultByteBufHolder. duplicate()Duplicates thisByteBufHolder.ByteBufHolderByteBufHolder. replace(ByteBuf content)Returns a newByteBufHolderwhich contains the specifiedcontent.ByteBufHolderDefaultByteBufHolder. replace(ByteBuf content)Returns a newByteBufHolderwhich contains the specifiedcontent.ByteBufHolderByteBufHolder. retain()ByteBufHolderByteBufHolder. retain(int increment)ByteBufHolderDefaultByteBufHolder. retain()ByteBufHolderDefaultByteBufHolder. retain(int increment)ByteBufHolderByteBufHolder. retainedDuplicate()Duplicates thisByteBufHolder.ByteBufHolderDefaultByteBufHolder. retainedDuplicate()Duplicates thisByteBufHolder.ByteBufHolderByteBufHolder. touch()ByteBufHolderByteBufHolder. touch(Object hint)ByteBufHolderDefaultByteBufHolder. touch()ByteBufHolderDefaultByteBufHolder. touch(Object hint)
-