public class ChannelUpstreamEventRunnable extends ChannelEventRunnable
ChannelEventRunnable which sends the specified ChannelEvent upstream.
Most users will not see this type at all because it is used by
Executor implementers onlyctx, e, PARENT| 构造器和说明 |
|---|
ChannelUpstreamEventRunnable(ChannelHandlerContext ctx,
ChannelEvent e,
java.util.concurrent.Executor executor)
Creates a
Runnable which sends the specified ChannelEvent
upstream via the specified ChannelHandlerContext. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
doRun()
Sends the event upstream.
|
getContext, getEvent, run, unwrappublic ChannelUpstreamEventRunnable(ChannelHandlerContext ctx, ChannelEvent e, java.util.concurrent.Executor executor)
Runnable which sends the specified ChannelEvent
upstream via the specified ChannelHandlerContext.protected void doRun()
doRun 在类中 ChannelEventRunnable