Package | Description |
---|---|
org.jboss.netty.handler.execution |
Executor -based implementation of various
thread models that separate business logic from I/O threads |
Modifier and Type | Class and Description |
---|---|
class |
ChannelDownstreamEventRunnableFilter
ChannelEventRunnableFilter implementation which matches ChannelDownstreamEventRunnable |
class |
ChannelUpstreamEventRunnableFilter
ChannelEventRunnableFilter which matches ChannelDownstreamEventRunnable |
Constructor and Description |
---|
ChainedExecutor(ChannelEventRunnableFilter filter,
Executor cur,
Executor next)
Create a new
ChainedExecutor which will used the given
ChannelEventRunnableFilter to see if the ChainedExecutor.cur Executor should get
used. |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.