Uses of Interface
org.jboss.netty.handler.execution.ChannelEventRunnableFilter
Packages that use ChannelEventRunnableFilter
Package
Description
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 ChannelEventRunnableFilterModifier and TypeClassDescriptionclassChannelEventRunnableFilterimplementation which matchesChannelDownstreamEventRunnableclassChannelEventRunnableFilterwhich matchesChannelDownstreamEventRunnableFields in org.jboss.netty.handler.execution declared as ChannelEventRunnableFilterConstructors in org.jboss.netty.handler.execution with parameters of type ChannelEventRunnableFilterModifierConstructorDescriptionChainedExecutor(ChannelEventRunnableFilter filter, Executor cur, Executor next) Create a newChainedExecutorwhich will used the givenChannelEventRunnableFilterto see if theChainedExecutor.curExecutorshould get used.