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.handleprivate static final ObjectPool<AbstractChannelHandlerContext.WriteTask> AbstractChannelHandlerContext.WriteTask.RECYCLERMethods in io.netty.channel that return AbstractChannelHandlerContext.WriteTaskModifier and TypeMethodDescription(package private) static AbstractChannelHandlerContext.WriteTaskAbstractChannelHandlerContext.WriteTask.newInstance(AbstractChannelHandlerContext ctx, Object msg, ChannelPromise promise, boolean flush) Methods in io.netty.channel with parameters of type AbstractChannelHandlerContext.WriteTaskModifier and TypeMethodDescriptionprotected static voidAbstractChannelHandlerContext.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.WriteTaskModifierConstructorDescriptionprivateWriteTask(ObjectPool.Handle<? extends AbstractChannelHandlerContext.WriteTask> handle)