Uses of Class
org.jboss.netty.handler.execution.ChannelEventRunnable
-
Packages that use ChannelEventRunnable Package Description org.jboss.netty.handler.execution Executor
-based implementation of various thread models that separate business logic from I/O threads -
-
Uses of ChannelEventRunnable in org.jboss.netty.handler.execution
Subclasses of ChannelEventRunnable in org.jboss.netty.handler.execution Modifier and Type Class Description class
ChannelDownstreamEventRunnable
AChannelEventRunnable
which sends the specifiedChannelEvent
downstream.class
ChannelUpstreamEventRunnable
AChannelEventRunnable
which sends the specifiedChannelEvent
upstream.Methods in org.jboss.netty.handler.execution with parameters of type ChannelEventRunnable Modifier and Type Method Description boolean
ChannelDownstreamEventRunnableFilter. filter(ChannelEventRunnable event)
boolean
ChannelEventRunnableFilter. filter(ChannelEventRunnable event)
boolean
ChannelUpstreamEventRunnableFilter. filter(ChannelEventRunnable event)
-