Uses of Class
io.netty.channel.ChannelOutboundBuffer.Entry
Packages that use ChannelOutboundBuffer.Entry
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
-
Uses of ChannelOutboundBuffer.Entry in io.netty.channel
Fields in io.netty.channel declared as ChannelOutboundBuffer.EntryModifier and TypeFieldDescriptionprivate ChannelOutboundBuffer.Entry
ChannelOutboundBuffer.flushedEntry
(package private) ChannelOutboundBuffer.Entry
ChannelOutboundBuffer.Entry.next
private ChannelOutboundBuffer.Entry
ChannelOutboundBuffer.tailEntry
private ChannelOutboundBuffer.Entry
ChannelOutboundBuffer.unflushedEntry
Fields in io.netty.channel with type parameters of type ChannelOutboundBuffer.EntryModifier and TypeFieldDescriptionprivate final Recycler.EnhancedHandle
<ChannelOutboundBuffer.Entry> ChannelOutboundBuffer.Entry.handle
private static final ObjectPool
<ChannelOutboundBuffer.Entry> ChannelOutboundBuffer.Entry.RECYCLER
Methods in io.netty.channel that return ChannelOutboundBuffer.EntryModifier and TypeMethodDescription(package private) static ChannelOutboundBuffer.Entry
ChannelOutboundBuffer.Entry.newInstance
(Object msg, int size, long total, ChannelPromise promise) (package private) ChannelOutboundBuffer.Entry
ChannelOutboundBuffer.Entry.unguardedRecycleAndGetNext()
Methods in io.netty.channel with parameters of type ChannelOutboundBuffer.EntryModifier and TypeMethodDescriptionprivate boolean
ChannelOutboundBuffer.isFlushedEntry
(ChannelOutboundBuffer.Entry e) private static int
ChannelOutboundBuffer.nioBuffers
(ChannelOutboundBuffer.Entry entry, ByteBuf buf, ByteBuffer[] nioBuffers, int nioBufferCount, int maxCount) private void
ChannelOutboundBuffer.removeEntry
(ChannelOutboundBuffer.Entry e) Constructor parameters in io.netty.channel with type arguments of type ChannelOutboundBuffer.EntryModifierConstructorDescriptionprivate