Uses of Package
io.netty.util.internal
-
Packages that use io.netty.util.internal Package Description io.netty.util Utility classes used across multiple packages.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. -
Classes in io.netty.util.internal used by io.netty.util Class Description ObjectPool.Handle Handle for an pooledObjectthat will be used to notify theObjectPoolonce it can reuse the pooledObjectagain.UnstableApi Indicates a public API that can change at any time (even in minor/bugfix releases). -
Classes in io.netty.util.internal used by io.netty.util.concurrent Class Description InternalThreadLocalMap The internal data structure that stores the thread-local variables for Netty and allFastThreadLocals.UnstableApi Indicates a public API that can change at any time (even in minor/bugfix releases). -
Classes in io.netty.util.internal used by io.netty.util.internal Class Description AppendableCharSequence DefaultPriorityQueue A priority queue which uses natural ordering of elements.EmptyPriorityQueue IntegerHolder Deprecated.For removal in netty 4.2InternalThreadLocalMap The internal data structure that stores the thread-local variables for Netty and allFastThreadLocals.LongCounter Counter for long.ObjectPool Light-weight object pool.ObjectPool.Handle Handle for an pooledObjectthat will be used to notify theObjectPoolonce it can reuse the pooledObjectagain.ObjectPool.ObjectCreator Creates a new Object which references the givenObjectPool.Handleand callsObjectPool.Handle.recycle(Object)once it can be re-used.PendingWrite Some pending write which should be picked up later.PriorityQueue PriorityQueueNode Provides methods forDefaultPriorityQueueto maintain internal state.RecyclableArrayList A simple list which is recyclable.ThreadLocalRandom Deprecated.TypeParameterMatcher