Package org.jboss.netty.util.internal
Internal-use-only utilities which is not allowed to be used
outside Netty.
-
Interface Summary Interface Description ReusableIterator<E> -
Class Summary Class Description ByteBufferUtil This is fork of ElasticSearch's ByteBufferAllocator.Cleaner classCaseIgnoringComparator ConcurrentIdentityHashMap<K,V> An alternative identity-comparingConcurrentMap
which is similar toConcurrentHashMap
.ConcurrentIdentityWeakKeyHashMap<K,V> An alternative weak-key identity-comparingConcurrentMap
which is similar toConcurrentHashMap
.ConversionUtil Conversion utility class to parse a property represented as a string or an object.DeadLockProofWorker DetectionUtil Utility that detects various properties specific to the current runtime environment, such as Java version and the availability of thesun.misc.Unsafe
object.EmptyArrays ExecutorUtil Shuts down a list ofExecutor
s.NativeLibraryLoader Helper class to load JNI resources.NonReentrantLock SharedResourceMisuseDetector Warn when user creates too many instances to avoidOutOfMemoryError
.StringUtil String utility class.SystemPropertyUtil A collection of utility methods to retrieve and parse the values of the Java system properties.ThreadLocalBoolean ThreadLocalRandom A random number generator isolated to the current thread.UnterminatableExecutor