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
Constructor and Description |
---|
ChannelUpstreamEventRunnable(ChannelHandlerContext ctx,
ChannelEvent e,
Executor executor)
Creates a
Runnable which sends the specified ChannelEvent
upstream via the specified ChannelHandlerContext . |
Modifier and Type | Method and Description |
---|---|
protected void |
doRun()
Sends the event upstream.
|
getContext, getEvent, run, unwrap
public ChannelUpstreamEventRunnable(ChannelHandlerContext ctx, ChannelEvent e, Executor executor)
Runnable
which sends the specified ChannelEvent
upstream via the specified ChannelHandlerContext
.protected void doRun()
doRun
in class ChannelEventRunnable
Copyright © 2008-2014 The Netty Project. All Rights Reserved.