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) protected
PooledByteBuf
(ObjectPool.Handle<? extends PooledByteBuf<T>> recyclerHandle, int maxCapacity) private
PooledDirectByteBuf
(ObjectPool.Handle<PooledDirectByteBuf> recyclerHandle, int maxCapacity) private
(package private)
PooledHeapByteBuf
(ObjectPool.Handle<? extends PooledHeapByteBuf> recyclerHandle, int maxCapacity) private
private
PooledUnsafeDirectByteBuf
(ObjectPool.Handle<PooledUnsafeDirectByteBuf> recyclerHandle, int maxCapacity) private
PooledUnsafeHeapByteBuf
(ObjectPool.Handle<PooledUnsafeHeapByteBuf> recyclerHandle, int maxCapacity) private
private
ThreadLocalUnsafeDirectByteBuf
(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.handle
private final ObjectPool.Handle
<PendingWriteQueue.PendingWrite> PendingWriteQueue.PendingWrite.handle
Constructors in io.netty.channel with parameters of type ObjectPool.HandleModifierConstructorDescriptionprivate
private
private
WriteTask
(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.handle
Constructors in io.netty.handler.flow with parameters of type ObjectPool.HandleModifierConstructorDescriptionprivate
RecyclableArrayDeque
(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 class
static 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.handle
private final ObjectPool.Handle
<RecyclableArrayList> RecyclableArrayList.handle
Methods in io.netty.util.internal with parameters of type ObjectPool.HandleModifier and TypeMethodDescriptionObjectPool.ObjectCreator.newObject
(ObjectPool.Handle<T> handle) Creates an returns a newObject
that can be used and later recycled viarecycle(Object)
.Constructors in io.netty.util.internal with parameters of type ObjectPool.HandleModifierConstructorDescriptionprivate
PendingWrite
(ObjectPool.Handle<PendingWrite> handle) private
private
RecyclableArrayList
(ObjectPool.Handle<RecyclableArrayList> handle, int initialCapacity)