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 classChannelDownstreamEventRunnableAChannelEventRunnablewhich sends the specifiedChannelEventdownstream.classChannelUpstreamEventRunnableAChannelEventRunnablewhich sends the specifiedChannelEventupstream.Methods in org.jboss.netty.handler.execution with parameters of type ChannelEventRunnable Modifier and Type Method Description booleanChannelDownstreamEventRunnableFilter. filter(ChannelEventRunnable event)booleanChannelEventRunnableFilter. filter(ChannelEventRunnable event)booleanChannelUpstreamEventRunnableFilter. filter(ChannelEventRunnable event)
-