Uses of Interface
io.netty.util.Recycler.Handle
Packages that use Recycler.Handle
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
Utility classes that helps easier development of TLS/SSL applications.
Utility classes used across multiple packages.
-
Uses of Recycler.Handle in io.netty.buffer
Methods in io.netty.buffer with parameters of type Recycler.HandleModifier and TypeMethodDescriptionprotected AdaptivePoolingAllocator.AdaptiveByteBufAdaptivePoolingAllocator.Magazine.AdaptiveRecycler.newObject(Recycler.Handle<AdaptivePoolingAllocator.AdaptiveByteBuf> handle) -
Uses of Recycler.Handle in io.netty.handler.ssl.util
Constructors in io.netty.handler.ssl.util with parameters of type Recycler.HandleModifierConstructorDescriptionprivateCertFactoryHandle(CertificateFactory factory, Recycler.Handle<LazyX509Certificate.CertFactoryHandle> handle) -
Uses of Recycler.Handle in io.netty.util
Classes in io.netty.util that implement Recycler.HandleModifier and TypeClassDescriptionprivate static final classstatic classMethods in io.netty.util with parameters of type Recycler.HandleModifier and TypeMethodDescriptionprotected abstract TRecycler.newObject(Recycler.Handle<T> handle) final booleanRecycler.recycle(T o, Recycler.Handle<T> handle) Deprecated.
ObjectPool.Handle.recycle(Object).