Uses of Class
io.netty.util.internal.ThreadLocalRandom
Packages that use ThreadLocalRandom
Package
Description
Internal-use-only utilities which is not allowed to be used
outside Netty.
-
Uses of ThreadLocalRandom in io.netty.util.internal
Methods in io.netty.util.internal that return ThreadLocalRandomModifier and TypeMethodDescriptionstatic ThreadLocalRandomThreadLocalRandom.current()Deprecated.Returns the current thread'sThreadLocalRandom.InternalThreadLocalMap.random()Deprecated.
ThreadLocalRandom.current()instead.