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