Class ChannelDownstreamEventRunnable
- java.lang.Object
-
- org.jboss.netty.handler.execution.ChannelEventRunnable
-
- org.jboss.netty.handler.execution.ChannelDownstreamEventRunnable
-
- All Implemented Interfaces:
java.lang.Runnable
,EstimatableObjectWrapper
public class ChannelDownstreamEventRunnable extends ChannelEventRunnable
AChannelEventRunnable
which sends the specifiedChannelEvent
downstream.
-
-
Field Summary
-
Fields inherited from class org.jboss.netty.handler.execution.ChannelEventRunnable
ctx, e, estimatedSize, PARENT
-
-
Constructor Summary
Constructors Constructor Description ChannelDownstreamEventRunnable(ChannelHandlerContext ctx, ChannelEvent e, java.util.concurrent.Executor executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doRun()
Send theChannelEvent
downstream-
Methods inherited from class org.jboss.netty.handler.execution.ChannelEventRunnable
getContext, getEvent, run, unwrap
-
-
-
-
Constructor Detail
-
ChannelDownstreamEventRunnable
public ChannelDownstreamEventRunnable(ChannelHandlerContext ctx, ChannelEvent e, java.util.concurrent.Executor executor)
-
-
Method Detail
-
doRun
protected void doRun()
Send theChannelEvent
downstream- Specified by:
doRun
in classChannelEventRunnable
-
-