| Package | Description |
|---|---|
| org.jboss.netty.channel.local |
A virtual transport that enables the communication between the two
parties in the same virtual machine.
|
| org.jboss.netty.channel.socket.nio |
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
|
| org.jboss.netty.handler.execution |
Executor-based implementation of various
thread models that separate business logic from I/O threads |
| org.jboss.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
| org.jboss.netty.util |
Utility classes used across multiple packages.
|
| org.jboss.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
| Class and Description |
|---|
| ThreadLocalBoolean |
| Class and Description |
|---|
| ThreadLocalBoolean |
| Class and Description |
|---|
| SharedResourceMisuseDetector
Warn when user creates too many instances to avoid
OutOfMemoryError. |
| Class and Description |
|---|
| NonReentrantLock |
| Class and Description |
|---|
| SharedResourceMisuseDetector
Warn when user creates too many instances to avoid
OutOfMemoryError. |
| Class and Description |
|---|
| AtomicFieldUpdaterUtil.Node |
| CaseIgnoringComparator |
| ConcurrentIdentityHashMap.HashEntry
ConcurrentReferenceHashMap list entry.
|
| ConcurrentIdentityHashMap.HashIterator |
| ConcurrentIdentityHashMap.Segment
Segments are specialized versions of hash tables.
|
| ConcurrentIdentityHashMap.SimpleEntry |
| ConcurrentIdentityWeakKeyHashMap.HashEntry
ConcurrentReferenceHashMap list entry.
|
| ConcurrentIdentityWeakKeyHashMap.HashIterator |
| ConcurrentIdentityWeakKeyHashMap.Segment
Segments are specialized versions of hash tables.
|
| ConcurrentIdentityWeakKeyHashMap.SimpleEntry |
| ReusableIterator |
| ThreadLocalRandom
A random number generator isolated to the current thread.
|