Uses of Interface
io.netty.util.internal.ObjectPool.Handle
Packages that use ObjectPool.Handle
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
Package to control the flow of messages.
Utility classes used across multiple packages.
Internal-use-only utilities which is not allowed to be used
outside Netty.
-
Uses of ObjectPool.Handle in io.netty.buffer
Constructors in io.netty.buffer with parameters of type ObjectPool.HandleModifierConstructorDescription(package private)AbstractPooledDerivedByteBuf(ObjectPool.Handle<? extends AbstractPooledDerivedByteBuf> recyclerHandle) (package private)Entry(ObjectPool.Handle<PoolThreadCache.MemoryRegionCache.Entry<?>> recyclerHandle) protectedPooledByteBuf(ObjectPool.Handle<? extends PooledByteBuf<T>> recyclerHandle, int maxCapacity) privatePooledDirectByteBuf(ObjectPool.Handle<PooledDirectByteBuf> recyclerHandle, int maxCapacity) private(package private)PooledHeapByteBuf(ObjectPool.Handle<? extends PooledHeapByteBuf> recyclerHandle, int maxCapacity) privateprivatePooledUnsafeDirectByteBuf(ObjectPool.Handle<PooledUnsafeDirectByteBuf> recyclerHandle, int maxCapacity) privatePooledUnsafeHeapByteBuf(ObjectPool.Handle<PooledUnsafeHeapByteBuf> recyclerHandle, int maxCapacity) privateprivateThreadLocalUnsafeDirectByteBuf(ObjectPool.Handle<ByteBufUtil.ThreadLocalUnsafeDirectByteBuf> handle) -
Uses of ObjectPool.Handle in io.netty.channel
Fields in io.netty.channel declared as ObjectPool.HandleModifier and TypeFieldDescriptionprivate final ObjectPool.Handle<AbstractChannelHandlerContext.WriteTask> AbstractChannelHandlerContext.WriteTask.handleprivate final ObjectPool.Handle<PendingWriteQueue.PendingWrite> PendingWriteQueue.PendingWrite.handleConstructors in io.netty.channel with parameters of type ObjectPool.HandleModifierConstructorDescriptionprivateprivateprivateWriteTask(ObjectPool.Handle<? extends AbstractChannelHandlerContext.WriteTask> handle) -
Uses of ObjectPool.Handle in io.netty.handler.flow
Fields in io.netty.handler.flow declared as ObjectPool.HandleModifier and TypeFieldDescriptionprivate final ObjectPool.Handle<FlowControlHandler.RecyclableArrayDeque> FlowControlHandler.RecyclableArrayDeque.handleConstructors in io.netty.handler.flow with parameters of type ObjectPool.HandleModifierConstructorDescriptionprivateRecyclableArrayDeque(int numElements, ObjectPool.Handle<FlowControlHandler.RecyclableArrayDeque> handle) -
Uses of ObjectPool.Handle in io.netty.util
Subinterfaces of ObjectPool.Handle in io.netty.utilClasses in io.netty.util that implement ObjectPool.HandleModifier and TypeClassDescriptionprivate static final classstatic class -
Uses of ObjectPool.Handle in io.netty.util.internal
Fields in io.netty.util.internal declared as ObjectPool.HandleModifier and TypeFieldDescriptionprivate final ObjectPool.Handle<PendingWrite> PendingWrite.handleprivate final ObjectPool.Handle<RecyclableArrayList> RecyclableArrayList.handleMethods in io.netty.util.internal with parameters of type ObjectPool.HandleModifier and TypeMethodDescriptionObjectPool.ObjectCreator.newObject(ObjectPool.Handle<T> handle) Creates an returns a newObjectthat can be used and later recycled viarecycle(Object).Constructors in io.netty.util.internal with parameters of type ObjectPool.HandleModifierConstructorDescriptionprivatePendingWrite(ObjectPool.Handle<PendingWrite> handle) privateprivateRecyclableArrayList(ObjectPool.Handle<RecyclableArrayList> handle, int initialCapacity)