Uses of Class
io.netty.util.internal.ReferenceCountUpdater
-
Packages that use ReferenceCountUpdater Package Description io.netty.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.io.netty.util Utility classes used across multiple packages. -
-
Uses of ReferenceCountUpdater in io.netty.buffer
Fields in io.netty.buffer declared as ReferenceCountUpdater Modifier and Type Field Description private static ReferenceCountUpdater<AbstractReferenceCountedByteBuf>
AbstractReferenceCountedByteBuf. updater
-
Uses of ReferenceCountUpdater in io.netty.util
Fields in io.netty.util declared as ReferenceCountUpdater Modifier and Type Field Description private static ReferenceCountUpdater<AbstractReferenceCounted>
AbstractReferenceCounted. updater
-