Uses of Package
org.jboss.netty.util.internal
-
Packages that use org.jboss.netty.util.internal 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 threadsorg.jboss.netty.handler.ssl SSL · TLS implementation based onSSLEngine
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. -
Classes in org.jboss.netty.util.internal used by org.jboss.netty.channel.local Class Description ThreadLocalBoolean -
Classes in org.jboss.netty.util.internal used by org.jboss.netty.channel.socket.nio Class Description ThreadLocalBoolean -
Classes in org.jboss.netty.util.internal used by org.jboss.netty.handler.execution Class Description SharedResourceMisuseDetector Warn when user creates too many instances to avoidOutOfMemoryError
. -
Classes in org.jboss.netty.util.internal used by org.jboss.netty.handler.ssl Class Description NonReentrantLock -
Classes in org.jboss.netty.util.internal used by org.jboss.netty.util Class Description SharedResourceMisuseDetector Warn when user creates too many instances to avoidOutOfMemoryError
. -
Classes in org.jboss.netty.util.internal used by org.jboss.netty.util.internal Class 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.