Uses of Interface
io.netty.buffer.AdaptivePoolingAllocator.ChunkAllocator
-
Packages that use AdaptivePoolingAllocator.ChunkAllocator Package Description io.netty.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message. -
-
Uses of AdaptivePoolingAllocator.ChunkAllocator in io.netty.buffer
Classes in io.netty.buffer that implement AdaptivePoolingAllocator.ChunkAllocator Modifier and Type Class Description private static class
AdaptiveByteBufAllocator.DirectChunkAllocator
private static class
AdaptiveByteBufAllocator.HeapChunkAllocator
Fields in io.netty.buffer declared as AdaptivePoolingAllocator.ChunkAllocator Modifier and Type Field Description private AdaptivePoolingAllocator.ChunkAllocator
AdaptivePoolingAllocator. chunkAllocator
Constructors in io.netty.buffer with parameters of type AdaptivePoolingAllocator.ChunkAllocator Constructor Description AdaptivePoolingAllocator(AdaptivePoolingAllocator.ChunkAllocator chunkAllocator, AdaptivePoolingAllocator.MagazineCaching magazineCaching)
-