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 ChannelEventRunnable
ctx, e, estimatedSize, PARENT -
Constructor Summary
ConstructorsConstructorDescriptionChannelDownstreamEventRunnable(ChannelHandlerContext ctx, ChannelEvent e, Executor executor) -
Method Summary
Methods inherited from class ChannelEventRunnable
getContext, getEvent, run, unwrap
-
Constructor Details
-
ChannelDownstreamEventRunnable
-
-
Method Details
-
doRun
protected void doRun()Send theChannelEventdownstream- Specified by:
doRunin classChannelEventRunnable
-