public class ChannelDownstreamEventRunnable extends ChannelEventRunnable
ChannelEventRunnable which sends the specified ChannelEvent downstream.ctx, e, estimatedSize, PARENT| Constructor and Description |
|---|
ChannelDownstreamEventRunnable(ChannelHandlerContext ctx,
ChannelEvent e,
java.util.concurrent.Executor executor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doRun()
Send the
ChannelEvent downstream |
getContext, getEvent, run, unwrappublic ChannelDownstreamEventRunnable(ChannelHandlerContext ctx, ChannelEvent e, java.util.concurrent.Executor executor)
protected void doRun()
ChannelEvent downstreamdoRun in class ChannelEventRunnable