Class ChannelUpstreamEventRunnable
java.lang.Object
org.jboss.netty.handler.execution.ChannelEventRunnable
org.jboss.netty.handler.execution.ChannelUpstreamEventRunnable
- All Implemented Interfaces:
Runnable,EstimatableObjectWrapper
A
ChannelEventRunnable which sends the specified ChannelEvent upstream.
Most users will not see this type at all because it is used by
Executor implementers only-
Field Summary
Fields inherited from class org.jboss.netty.handler.execution.ChannelEventRunnable
ctx, e, estimatedSize, PARENT -
Constructor Summary
ConstructorsConstructorDescriptionChannelUpstreamEventRunnable(ChannelHandlerContext ctx, ChannelEvent e, Executor executor) Creates aRunnablewhich sends the specifiedChannelEventupstream via the specifiedChannelHandlerContext. -
Method Summary
Methods inherited from class org.jboss.netty.handler.execution.ChannelEventRunnable
getContext, getEvent, run, unwrap
-
Constructor Details
-
ChannelUpstreamEventRunnable
Creates aRunnablewhich sends the specifiedChannelEventupstream via the specifiedChannelHandlerContext.
-
-
Method Details
-
doRun
protected void doRun()Sends the event upstream.- Specified by:
doRunin classChannelEventRunnable
-