Class ChannelUpstreamEventRunnable
- java.lang.Object
-
- org.jboss.netty.handler.execution.ChannelEventRunnable
-
- org.jboss.netty.handler.execution.ChannelUpstreamEventRunnable
-
- All Implemented Interfaces:
java.lang.Runnable,EstimatableObjectWrapper
public class ChannelUpstreamEventRunnable extends ChannelEventRunnable
AChannelEventRunnablewhich sends the specifiedChannelEventupstream. Most users will not see this type at all because it is used byExecutorimplementers only
-
-
Field Summary
-
Fields inherited from class org.jboss.netty.handler.execution.ChannelEventRunnable
ctx, e, estimatedSize, PARENT
-
-
Constructor Summary
Constructors Constructor Description ChannelUpstreamEventRunnable(ChannelHandlerContext ctx, ChannelEvent e, java.util.concurrent.Executor executor)Creates aRunnablewhich sends the specifiedChannelEventupstream via the specifiedChannelHandlerContext.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoRun()Sends the event upstream.-
Methods inherited from class org.jboss.netty.handler.execution.ChannelEventRunnable
getContext, getEvent, run, unwrap
-
-
-
-
Constructor Detail
-
ChannelUpstreamEventRunnable
public ChannelUpstreamEventRunnable(ChannelHandlerContext ctx, ChannelEvent e, java.util.concurrent.Executor executor)
Creates aRunnablewhich sends the specifiedChannelEventupstream via the specifiedChannelHandlerContext.
-
-
Method Detail
-
doRun
protected void doRun()
Sends the event upstream.- Specified by:
doRunin classChannelEventRunnable
-
-