| Package | Description |
|---|---|
| io.netty.util.concurrent |
Utility classes for concurrent / async tasks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEventExecutor
Default
SingleThreadEventExecutor implementation which just execute all submitted task in a
serial fashion. |
| Modifier and Type | Method and Description |
|---|---|
void |
RejectedExecutionHandler.rejected(Runnable task,
SingleThreadEventExecutor executor)
Called when someone tried to add a task to
SingleThreadEventExecutor but this failed due capacity
restrictions. |
Copyright © 2008–2024 The Netty Project. All rights reserved.