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.EntryChannelOutboundBuffer.flushedEntry(package private) ChannelOutboundBuffer.EntryChannelOutboundBuffer.Entry.nextprivate ChannelOutboundBuffer.EntryChannelOutboundBuffer.tailEntryprivate ChannelOutboundBuffer.EntryChannelOutboundBuffer.unflushedEntryFields in io.netty.channel with type parameters of type ChannelOutboundBuffer.EntryModifier and TypeFieldDescriptionprivate final Recycler.EnhancedHandle<ChannelOutboundBuffer.Entry> ChannelOutboundBuffer.Entry.handleprivate static final ObjectPool<ChannelOutboundBuffer.Entry> ChannelOutboundBuffer.Entry.RECYCLERMethods in io.netty.channel that return ChannelOutboundBuffer.EntryModifier and TypeMethodDescription(package private) static ChannelOutboundBuffer.EntryChannelOutboundBuffer.Entry.newInstance(Object msg, int size, long total, ChannelPromise promise) (package private) ChannelOutboundBuffer.EntryChannelOutboundBuffer.Entry.unguardedRecycleAndGetNext()Methods in io.netty.channel with parameters of type ChannelOutboundBuffer.EntryModifier and TypeMethodDescriptionprivate booleanChannelOutboundBuffer.isFlushedEntry(ChannelOutboundBuffer.Entry e) private static intChannelOutboundBuffer.nioBuffers(ChannelOutboundBuffer.Entry entry, ByteBuf buf, ByteBuffer[] nioBuffers, int nioBufferCount, int maxCount) private voidChannelOutboundBuffer.removeEntry(ChannelOutboundBuffer.Entry e) Constructor parameters in io.netty.channel with type arguments of type ChannelOutboundBuffer.EntryModifierConstructorDescriptionprivate