public abstract class QueuedCommand extends Object
| 构造器和说明 |
|---|
QueuedCommand() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
cancel() |
io.netty.channel.Channel |
channel() |
QueuedCommand |
channel(io.netty.channel.Channel channel) |
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 QueuedCommand channel(io.netty.channel.Channel channel)
public io.netty.channel.Channel channel()
public abstract void doSend(io.netty.channel.ChannelHandlerContext ctx,
io.netty.channel.ChannelPromise promise)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.