Package | Description |
---|---|
io.netty.util.concurrent |
Utility classes for concurrent / async tasks.
|
Modifier and Type | Class and Description |
---|---|
private static class |
DefaultEventExecutorChooserFactory.GenericEventExecutorChooser |
private static class |
DefaultEventExecutorChooserFactory.PowerOfTwoEventExecutorChooser |
Modifier and Type | Field and Description |
---|---|
private EventExecutorChooserFactory.EventExecutorChooser |
MultithreadEventExecutorGroup.chooser |
Modifier and Type | Method and Description |
---|---|
EventExecutorChooserFactory.EventExecutorChooser |
DefaultEventExecutorChooserFactory.newChooser(EventExecutor[] executors) |
EventExecutorChooserFactory.EventExecutorChooser |
EventExecutorChooserFactory.newChooser(EventExecutor[] executors)
Returns a new
EventExecutorChooserFactory.EventExecutorChooser . |