Package io.micronaut.core.io.buffer
package io.micronaut.core.io.buffer
Micronaut core buffer factory.
- Since:
- 1.0
-
ClassDescriptionByteBuffer<T>Interface to allow interfacing with different byte buffer implementations, primarily as an abstraction over Netty.ByteBufferFactory<T,
B> An allocator forByteBufferinstances.Delegate class forByteBuffer.