Uses of Interface
org.jboss.netty.handler.execution.ChannelEventRunnableFilter
-
Packages that use ChannelEventRunnableFilter Package Description org.jboss.netty.handler.execution Executor-based implementation of various thread models that separate business logic from I/O threads -
-
Uses of ChannelEventRunnableFilter in org.jboss.netty.handler.execution
Classes in org.jboss.netty.handler.execution that implement ChannelEventRunnableFilter Modifier and Type Class Description classChannelDownstreamEventRunnableFilterChannelEventRunnableFilterimplementation which matchesChannelDownstreamEventRunnableclassChannelUpstreamEventRunnableFilterChannelEventRunnableFilterwhich matchesChannelDownstreamEventRunnableConstructors in org.jboss.netty.handler.execution with parameters of type ChannelEventRunnableFilter Constructor Description ChainedExecutor(ChannelEventRunnableFilter filter, Executor cur, Executor next)Create a newChainedExecutorwhich will used the givenChannelEventRunnableFilterto see if theChainedExecutor.curExecutorshould get used.
-