Package | Description |
---|---|
io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
Modifier and Type | Field and Description |
---|---|
private ChannelOutboundBuffer.Entry |
ChannelOutboundBuffer.flushedEntry |
(package private) ChannelOutboundBuffer.Entry |
ChannelOutboundBuffer.Entry.next |
private ChannelOutboundBuffer.Entry |
ChannelOutboundBuffer.tailEntry |
private ChannelOutboundBuffer.Entry |
ChannelOutboundBuffer.unflushedEntry |
Modifier and Type | Field and Description |
---|---|
private static Recycler<ChannelOutboundBuffer.Entry> |
ChannelOutboundBuffer.Entry.RECYCLER |
Modifier and Type | Method and Description |
---|---|
(package private) static ChannelOutboundBuffer.Entry |
ChannelOutboundBuffer.Entry.newInstance(java.lang.Object msg,
int size,
long total,
ChannelPromise promise) |
(package private) ChannelOutboundBuffer.Entry |
ChannelOutboundBuffer.Entry.recycleAndGetNext() |
Modifier and Type | Method and Description |
---|---|
private boolean |
ChannelOutboundBuffer.isFlushedEntry(ChannelOutboundBuffer.Entry e) |
private void |
ChannelOutboundBuffer.removeEntry(ChannelOutboundBuffer.Entry e) |