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