Uses of Interface
io.netty5.buffer.api.BufferAccessor
-
Packages that use BufferAccessor Package Description io.netty5.buffer.api IncubatingBufferAPI, as a proposed alternative toByteBuf.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 BufferAccessor in io.netty5.buffer.api
Subinterfaces of BufferAccessor in io.netty5.buffer.api Modifier and Type Interface Description interfaceBufferA life cycled buffer of memory, with separate reader and writer offsets.interfaceCompositeBufferTheCompositeBufferis a concreteBufferimplementation that make a number of other buffers appear as one.Classes in io.netty5.buffer.api that implement BufferAccessor Modifier and Type Class Description classBufferStubA stub of aBufferimplementation 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 classByteBufBuffer -
Uses of BufferAccessor in io.netty5.buffer.api.internal
Classes in io.netty5.buffer.api.internal that implement BufferAccessor Modifier and Type Class Description classAdaptableBuffer<T extends ResourceSupport<Buffer,T>>
-