static final class AbstractChannelHandlerContext.WriteTask extends AbstractChannelHandlerContext.AbstractWriteTask implements SingleThreadEventLoop.NonWakeupRunnable
Modifier and Type | Field and Description |
---|---|
private static Recycler<AbstractChannelHandlerContext.WriteTask> |
RECYCLER |
Modifier | Constructor and Description |
---|---|
private |
WriteTask(Recycler.Handle handle) |
Modifier and Type | Method and Description |
---|---|
private static AbstractChannelHandlerContext.WriteTask |
newInstance(AbstractChannelHandlerContext ctx,
java.lang.Object msg,
ChannelPromise promise) |
protected void |
recycle(Recycler.Handle handle) |
init, run, write
private static final Recycler<AbstractChannelHandlerContext.WriteTask> RECYCLER
private WriteTask(Recycler.Handle handle)
private static AbstractChannelHandlerContext.WriteTask newInstance(AbstractChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise)
protected void recycle(Recycler.Handle handle)
recycle
in class AbstractChannelHandlerContext.AbstractWriteTask