Package | Description |
---|---|
io.netty.channel.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
io.netty.util.concurrent |
Utility classes for concurrent / async tasks.
|
io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
Class and Description |
---|
MpscLinkedQueueNode |
Class and Description |
---|
InternalThreadLocalMap
The internal data structure that stores the thread-local variables for Netty and all
FastThreadLocal s. |
Class and Description |
---|
AppendableCharSequence |
IntegerHolder |
InternalThreadLocalMap
The internal data structure that stores the thread-local variables for Netty and all
FastThreadLocal s. |
MpscLinkedQueueNode |
PendingWrite
Some pending write which should be picked up later.
|
RecyclableArrayList
A simple list which is recyclable.
|
ThreadLocalRandom
A random number generator isolated to the current thread.
|
TypeParameterMatcher |
Copyright © 2008–2015 The Netty Project. All rights reserved.