Uses of Class
io.netty.buffer.PoolChunkList
-
Packages that use PoolChunkList 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 PoolChunkList in io.netty.buffer
Fields in io.netty.buffer declared as PoolChunkList Modifier and Type Field Description private PoolChunkList<T>
PoolChunkList. nextList
(package private) PoolChunkList<T>
PoolChunk. parent
private PoolChunkList<T>
PoolChunkList. prevList
private PoolChunkList<T>
PoolArena. q000
private PoolChunkList<T>
PoolArena. q025
private PoolChunkList<T>
PoolArena. q050
private PoolChunkList<T>
PoolArena. q075
private PoolChunkList<T>
PoolArena. q100
private PoolChunkList<T>
PoolArena. qInit
Methods in io.netty.buffer with parameters of type PoolChunkList Modifier and Type Method Description private void
PoolArena. destroyPoolChunkLists(PoolChunkList<T>... chunkLists)
(package private) void
PoolChunkList. prevList(PoolChunkList<T> prevList)
Constructors in io.netty.buffer with parameters of type PoolChunkList Constructor Description PoolChunkList(PoolArena<T> arena, PoolChunkList<T> nextList, int minUsage, int maxUsage, int chunkSize)
-