List of usage examples for io.netty.util.internal UnpaddedInternalThreadLocalMap subclass-usage
From source file onlysaviorcommon.util.internal.InternalThreadLocalMap.java
/** * The internal data structure that stores the thread-local variables for Netty and all {@link FastThreadLocal}s. * Note that this class is for internal use only and is subject to change at any time. Use {@link FastThreadLocal} * unless you know what you are doing. */ public final class InternalThreadLocalMap extends UnpaddedInternalThreadLocalMap {