Uses of Class
io.netty.util.internal.UnpaddedInternalThreadLocalMap
-
Packages that use UnpaddedInternalThreadLocalMap Package Description io.netty.util.internal Internal-use-only utilities which is not allowed to be used outside Netty. -
-
Uses of UnpaddedInternalThreadLocalMap in io.netty.util.internal
Subclasses of UnpaddedInternalThreadLocalMap in io.netty.util.internal Modifier and Type Class Description class
InternalThreadLocalMap
The internal data structure that stores the thread-local variables for Netty and allFastThreadLocal
s.
-