| 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 |
ChannelDownstreamEventRunnable
A
ChannelEventRunnable which sends the specified ChannelEvent downstream. |
class |
ChannelUpstreamEventRunnable
A
ChannelEventRunnable which sends the specified ChannelEvent upstream. |
| Modifier and Type | Field and Description |
|---|---|
private ChannelEventRunnable |
FairOrderedMemoryAwareThreadPoolExecutor.EventTask.runnable |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChannelDownstreamEventRunnableFilter.filter(ChannelEventRunnable event) |
boolean |
ChannelEventRunnableFilter.filter(ChannelEventRunnable event)
|
boolean |
ChannelUpstreamEventRunnableFilter.filter(ChannelEventRunnable event) |
private void |
FairOrderedMemoryAwareThreadPoolExecutor.removeIfClosed(ChannelEventRunnable eventRunnable,
java.lang.Object key) |
| Constructor and Description |
|---|
EventTask(ChannelEventRunnable runnable) |