Uses of Interface
io.netty5.buffer.api.BufferAccessor
-
Packages that use BufferAccessor Package Description io.netty5.buffer.api IncubatingBuffer
API, as a proposed alternative toByteBuf
.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 BufferAccessor in io.netty5.buffer.api
Subinterfaces of BufferAccessor in io.netty5.buffer.api Modifier and Type Interface Description interface
Buffer
A life cycled buffer of memory, with separate reader and writer offsets.interface
CompositeBuffer
TheCompositeBuffer
is a concreteBuffer
implementation that make a number of other buffers appear as one.Classes in io.netty5.buffer.api that implement BufferAccessor Modifier and Type Class Description class
BufferStub
A stub of aBuffer
implementation that implements all buffer methods by delegating them to a wrapped buffer instance. -
Uses of BufferAccessor in io.netty5.buffer.api.adaptor
Classes in io.netty5.buffer.api.adaptor that implement BufferAccessor Modifier and Type Class Description class
ByteBufBuffer
-
Uses of BufferAccessor in io.netty5.buffer.api.internal
Classes in io.netty5.buffer.api.internal that implement BufferAccessor Modifier and Type Class Description class
AdaptableBuffer<T extends ResourceSupport<Buffer,T>>
-