Uses of Interface
io.netty.util.Recycler.Handle
-
Packages that use Recycler.Handle 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 Utility classes used across multiple packages. -
-
Uses of Recycler.Handle in io.netty.buffer
Methods in io.netty.buffer with parameters of type Recycler.Handle Modifier and Type Method Description protected 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.Handle Constructor Description CertFactoryHandle(java.security.cert.CertificateFactory factory, Recycler.Handle<LazyX509Certificate.CertFactoryHandle> handle) -
Uses of Recycler.Handle in io.netty.util
Classes in io.netty.util that implement Recycler.Handle Modifier and Type Class Description private static classRecycler.DefaultHandle<T>static classRecycler.EnhancedHandle<T>Methods in io.netty.util with parameters of type Recycler.Handle Modifier and Type Method Description protected abstract TRecycler. newObject(Recycler.Handle<T> handle)booleanRecycler. recycle(T o, Recycler.Handle<T> handle)Deprecated.
-