Uses of Class
io.netty.channel.ChannelOutboundBuffer.Entry
-
Packages that use ChannelOutboundBuffer.Entry Package Description io.netty.channel 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.Entry Modifier and Type Field Description private 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.Entry Modifier and Type Field Description private ObjectPool.Handle<ChannelOutboundBuffer.Entry>ChannelOutboundBuffer.Entry. handleprivate static ObjectPool<ChannelOutboundBuffer.Entry>ChannelOutboundBuffer.Entry. RECYCLERMethods in io.netty.channel that return ChannelOutboundBuffer.Entry Modifier and Type Method Description (package private) static ChannelOutboundBuffer.EntryChannelOutboundBuffer.Entry. newInstance(java.lang.Object msg, int size, long total, ChannelPromise promise)(package private) ChannelOutboundBuffer.EntryChannelOutboundBuffer.Entry. recycleAndGetNext()Methods in io.netty.channel with parameters of type ChannelOutboundBuffer.Entry Modifier and Type Method Description private booleanChannelOutboundBuffer. isFlushedEntry(ChannelOutboundBuffer.Entry e)private static intChannelOutboundBuffer. nioBuffers(ChannelOutboundBuffer.Entry entry, ByteBuf buf, java.nio.ByteBuffer[] nioBuffers, int nioBufferCount, int maxCount)private voidChannelOutboundBuffer. removeEntry(ChannelOutboundBuffer.Entry e)Constructor parameters in io.netty.channel with type arguments of type ChannelOutboundBuffer.Entry Constructor Description Entry(ObjectPool.Handle<ChannelOutboundBuffer.Entry> handle)
-