| 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 static Recycler<AbstractChannelHandlerContext.WriteAndFlushTask> |
AbstractChannelHandlerContext.WriteAndFlushTask.RECYCLER |
| Modifier and Type | Method and Description |
|---|---|
private static AbstractChannelHandlerContext.WriteAndFlushTask |
AbstractChannelHandlerContext.WriteAndFlushTask.newInstance(AbstractChannelHandlerContext ctx,
java.lang.Object msg,
ChannelPromise promise) |
| Constructor and Description |
|---|
WriteAndFlushTask(Recycler.Handle<AbstractChannelHandlerContext.WriteAndFlushTask> handle) |