public abstract class QueuedCommand extends Object
| Constructor and Description |
|---|
QueuedCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
abstract void |
doSend(io.netty.channel.ChannelHandlerContext ctx,
io.netty.channel.ChannelPromise promise) |
io.netty.channel.ChannelPromise |
promise() |
void |
promise(io.netty.channel.ChannelPromise promise) |
void |
run(io.netty.channel.Channel channel) |
void |
send(io.netty.channel.ChannelHandlerContext ctx,
io.netty.channel.ChannelPromise promise) |
public io.netty.channel.ChannelPromise promise()
public void promise(io.netty.channel.ChannelPromise promise)
public void cancel()
public void run(io.netty.channel.Channel channel)
public final void send(io.netty.channel.ChannelHandlerContext ctx,
io.netty.channel.ChannelPromise promise)
public abstract void doSend(io.netty.channel.ChannelHandlerContext ctx,
io.netty.channel.ChannelPromise promise)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.