Uses of Class
io.netty.channel.AbstractChannelHandlerContext.WriteTask
-
Packages that use AbstractChannelHandlerContext.WriteTask Package Description io.netty.channel 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.WriteTask Modifier and Type Field Description private ObjectPool.Handle<AbstractChannelHandlerContext.WriteTask>
AbstractChannelHandlerContext.WriteTask. handle
private static ObjectPool<AbstractChannelHandlerContext.WriteTask>
AbstractChannelHandlerContext.WriteTask. RECYCLER
Methods in io.netty.channel that return AbstractChannelHandlerContext.WriteTask Modifier and Type Method Description (package private) static AbstractChannelHandlerContext.WriteTask
AbstractChannelHandlerContext.WriteTask. newInstance(AbstractChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise, boolean flush)
Methods in io.netty.channel with parameters of type AbstractChannelHandlerContext.WriteTask Modifier and Type Method Description protected static void
AbstractChannelHandlerContext.WriteTask. init(AbstractChannelHandlerContext.WriteTask task, AbstractChannelHandlerContext ctx, java.lang.Object msg, ChannelPromise promise, boolean flush)
Constructor parameters in io.netty.channel with type arguments of type AbstractChannelHandlerContext.WriteTask Constructor Description WriteTask(ObjectPool.Handle<? extends AbstractChannelHandlerContext.WriteTask> handle)
-