public class ChannelDownstreamEventRunnable extends ChannelEventRunnable
ChannelEventRunnable
which sends the specified ChannelEvent
downstream.ctx, e, PARENT
构造器和说明 |
---|
ChannelDownstreamEventRunnable(ChannelHandlerContext ctx,
ChannelEvent e,
java.util.concurrent.Executor executor) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
doRun()
Send the
ChannelEvent downstream |
getContext, getEvent, run, unwrap
public ChannelDownstreamEventRunnable(ChannelHandlerContext ctx, ChannelEvent e, java.util.concurrent.Executor executor)
protected void doRun()
ChannelEvent
downstreamdoRun
在类中 ChannelEventRunnable