Class ChannelDownstreamEventRunnable
java.lang.Object
org.jboss.netty.handler.execution.ChannelEventRunnable
org.jboss.netty.handler.execution.ChannelDownstreamEventRunnable
- All Implemented Interfaces:
Runnable
,EstimatableObjectWrapper
A
ChannelEventRunnable
which sends the specified ChannelEvent
downstream.-
Field Summary
Fields inherited from class org.jboss.netty.handler.execution.ChannelEventRunnable
ctx, e, estimatedSize, PARENT
-
Constructor Summary
ConstructorsConstructorDescriptionChannelDownstreamEventRunnable
(ChannelHandlerContext ctx, ChannelEvent e, Executor executor) -
Method Summary
Methods inherited from class org.jboss.netty.handler.execution.ChannelEventRunnable
getContext, getEvent, run, unwrap
-
Constructor Details
-
ChannelDownstreamEventRunnable
-
-
Method Details
-
doRun
protected void doRun()Send theChannelEvent
downstream- Specified by:
doRun
in classChannelEventRunnable
-