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 existingByteBuf
API.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 class
AbstractByteBuf
A skeletal implementation of a buffer.class
AbstractDerivedByteBuf
Deprecated.Do not use.class
AbstractReferenceCountedByteBuf
Abstract base class forByteBuf
implementations that count references.class
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).class
CompositeByteBuf
A virtual buffer which shows multiple buffers as a single merged buffer.class
DuplicatedByteBuf
Deprecated.Do not use.class
EmptyByteBuf
An emptyByteBuf
whose capacity and maximum capacity are all0
.class
ReadOnlyByteBuf
Deprecated.Do not use.class
SlicedByteBuf
Deprecated.Do not use.class
SwappedByteBuf
Deprecated.use the Little Endian accessors, e.g.class
UnpooledDirectByteBuf
A NIOByteBuffer
based buffer.class
UnpooledHeapByteBuf
Big endian Java heap buffer implementation.class
UnpooledUnsafeDirectByteBuf
A NIOByteBuffer
based buffer.class
UnpooledUnsafeHeapByteBuf
Big 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 interface
BufferIntegratable
Interfaces that are required for an object to stand-in for aByteBuf
in Netty.Classes in io.netty5.buffer.api.adaptor that implement ByteBufConvertible Modifier and Type Class Description class
ByteBufAdaptor
-
Uses of ByteBufConvertible in io.netty5.buffer.api.internal
Classes in io.netty5.buffer.api.internal that implement ByteBufConvertible Modifier and Type Class Description class
AdaptableBuffer<T extends ResourceSupport<Buffer,T>>
-