Uses of Class
io.netty.channel.AbstractChannelHandlerContext.WriteTask
Packages that use AbstractChannelHandlerContext.WriteTask
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
-
Uses of AbstractChannelHandlerContext.WriteTask in io.netty.channel
Fields in io.netty.channel with type parameters of type AbstractChannelHandlerContext.WriteTaskModifier and TypeFieldDescriptionprivate final ObjectPool.Handle
<AbstractChannelHandlerContext.WriteTask> AbstractChannelHandlerContext.WriteTask.handle
private static final ObjectPool
<AbstractChannelHandlerContext.WriteTask> AbstractChannelHandlerContext.WriteTask.RECYCLER
Methods in io.netty.channel that return AbstractChannelHandlerContext.WriteTaskModifier and TypeMethodDescription(package private) static AbstractChannelHandlerContext.WriteTask
AbstractChannelHandlerContext.WriteTask.newInstance
(AbstractChannelHandlerContext ctx, Object msg, ChannelPromise promise, boolean flush) Methods in io.netty.channel with parameters of type AbstractChannelHandlerContext.WriteTaskModifier and TypeMethodDescriptionprotected static void
AbstractChannelHandlerContext.WriteTask.init
(AbstractChannelHandlerContext.WriteTask task, AbstractChannelHandlerContext ctx, Object msg, ChannelPromise promise, boolean flush) Constructor parameters in io.netty.channel with type arguments of type AbstractChannelHandlerContext.WriteTaskModifierConstructorDescriptionprivate
WriteTask
(ObjectPool.Handle<? extends AbstractChannelHandlerContext.WriteTask> handle)