Uses of Interface
io.netty5.buffer.ByteBufConvertible
-
Packages that use ByteBufConvertible Package Description io.netty5.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.io.netty5.buffer.api.adaptor Helpers for integrating with the existingByteBufAPI.io.netty5.buffer.api.internal Internal implementation details that can be shared among Buffer implementations. -
-
Uses of ByteBufConvertible in io.netty5.buffer
Classes in io.netty5.buffer that implement ByteBufConvertible Modifier and Type Class Description classAbstractByteBufA skeletal implementation of a buffer.classAbstractDerivedByteBufDeprecated.Do not use.classAbstractReferenceCountedByteBufAbstract base class forByteBufimplementations that count references.classByteBufA random and sequential accessible sequence of zero or more bytes (octets).classCompositeByteBufA virtual buffer which shows multiple buffers as a single merged buffer.classDuplicatedByteBufDeprecated.Do not use.classEmptyByteBufAn emptyByteBufwhose capacity and maximum capacity are all0.classReadOnlyByteBufDeprecated.Do not use.classSlicedByteBufDeprecated.Do not use.classSwappedByteBufDeprecated.use the Little Endian accessors, e.g.classUnpooledDirectByteBufA NIOByteBufferbased buffer.classUnpooledHeapByteBufBig endian Java heap buffer implementation.classUnpooledUnsafeDirectByteBufA NIOByteBufferbased buffer.classUnpooledUnsafeHeapByteBufBig endian Java heap buffer implementation. -
Uses of ByteBufConvertible in io.netty5.buffer.api.adaptor
Subinterfaces of ByteBufConvertible in io.netty5.buffer.api.adaptor Modifier and Type Interface Description interfaceBufferIntegratableInterfaces that are required for an object to stand-in for aByteBufin Netty.Classes in io.netty5.buffer.api.adaptor that implement ByteBufConvertible Modifier and Type Class Description classByteBufAdaptor -
Uses of ByteBufConvertible in io.netty5.buffer.api.internal
Classes in io.netty5.buffer.api.internal that implement ByteBufConvertible Modifier and Type Class Description classAdaptableBuffer<T extends ResourceSupport<Buffer,T>>
-