程序包 | 说明 |
---|---|
org.jboss.netty.handler.execution |
Executor -based implementation of various
thread models that separate business logic from I/O threads |
限定符和类型 | 类和说明 |
---|---|
class |
ChannelDownstreamEventRunnable
A
ChannelEventRunnable which sends the specified ChannelEvent downstream. |
class |
ChannelUpstreamEventRunnable
A
ChannelEventRunnable which sends the specified ChannelEvent upstream. |
限定符和类型 | 方法和说明 |
---|---|
boolean |
ChannelUpstreamEventRunnableFilter.filter(ChannelEventRunnable event) |
boolean |
ChannelEventRunnableFilter.filter(ChannelEventRunnable event)
|
boolean |
ChannelDownstreamEventRunnableFilter.filter(ChannelEventRunnable event) |