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 aRunnable
which sends the specifiedChannelEvent
upstream via the specifiedChannelHandlerContext
. -
Method Summary
Methods inherited from class org.jboss.netty.handler.execution.ChannelEventRunnable
getContext, getEvent, run, unwrap
-
Constructor Details
-
ChannelUpstreamEventRunnable
Creates aRunnable
which sends the specifiedChannelEvent
upstream via the specifiedChannelHandlerContext
.
-
-
Method Details
-
doRun
protected void doRun()Sends the event upstream.- Specified by:
doRun
in classChannelEventRunnable
-