Package io.micronaut.core.io.buffer
Micronaut core buffer factory.
- Since:
- 1.0
-
Interface Summary Interface Description ByteBuffer<T> Interface to allow interfacing with different byte buffer implementations, primarily as an abstraction over Netty.ByteBufferFactory<T,B> An allocator forByteBuffer
instances.ReferenceCounted