Package io.netty.util.concurrent
Interface EventExecutorChooserFactory
- All Known Implementing Classes:
DefaultEventExecutorChooserFactory
Factory that creates new
EventExecutorChooserFactory.EventExecutorChooser
s.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionnewChooser
(EventExecutor[] executors) Returns a newEventExecutorChooserFactory.EventExecutorChooser
.
-
Method Details
-
newChooser
Returns a newEventExecutorChooserFactory.EventExecutorChooser
.
-