| Package | Description |
|---|---|
| io.netty.util.concurrent |
Utility classes for concurrent / async tasks.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
SingleThreadEventExecutor.DefaultThreadProperties |
| Modifier and Type | Field and Description |
|---|---|
private ThreadProperties |
SingleThreadEventExecutor.threadProperties |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<SingleThreadEventExecutor,ThreadProperties> |
SingleThreadEventExecutor.PROPERTIES_UPDATER |
| Modifier and Type | Method and Description |
|---|---|
ThreadProperties |
SingleThreadEventExecutor.threadProperties()
|