Uses of Class
io.netty.util.Recycler
-
Packages that use Recycler 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.handler.ssl.util Utility classes that helps easier development of TLS/SSL applications.io.netty.util.internal Internal-use-only utilities which is not allowed to be used outside Netty. -
-
Uses of Recycler in io.netty.buffer
Subclasses of Recycler in io.netty.buffer Modifier and Type Class Description private static classAdaptivePoolingAllocator.Magazine.AdaptiveRecycler -
Uses of Recycler in io.netty.handler.ssl.util
Fields in io.netty.handler.ssl.util declared as Recycler Modifier and Type Field Description private static Recycler<LazyX509Certificate.CertFactoryHandle>LazyX509Certificate. CERT_FACTORIES -
Uses of Recycler in io.netty.util.internal
Fields in io.netty.util.internal declared as Recycler Modifier and Type Field Description private Recycler<T>ObjectPool.RecyclerObjectPool. recycler
-