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 matchesChannelDownstreamEventRunnableFields in org.jboss.netty.handler.execution declared as ChannelEventRunnableFilter Modifier and Type Field Description private ChannelEventRunnableFilterChainedExecutor. filterConstructors in org.jboss.netty.handler.execution with parameters of type ChannelEventRunnableFilter Constructor Description ChainedExecutor(ChannelEventRunnableFilter filter, java.util.concurrent.Executor cur, java.util.concurrent.Executor next)Create a newChainedExecutorwhich will used the givenChannelEventRunnableFilterto see if theChainedExecutor.curExecutorshould get used.
-