Top Description Inners Methods
io.netty.util.concurrent

public Interface EventExecutorChooserFactory

Known Direct Implementers
io.netty.util.concurrent.DefaultEventExecutorChooserFactory
Annotations
@UnstableApi
Imports
io.netty.util.internal.UnstableApi

Factory that creates new EventExecutorChoosers.

Nested and Inner Type Summary

Modifier and TypeClass and Description
public static interface

Method Summary

Modifier and TypeMethod and Description
public EventExecutorChooserFactory.EventExecutorChooser
newChooser(EventExecutor[] executors)

Returns a new EventExecutorChooser.

Method Detail

newChooserback to summary
public EventExecutorChooserFactory.EventExecutorChooser newChooser(EventExecutor[] executors)

Returns a new EventExecutorChooser.

io.netty.util.concurrent back to summary

public Interface EventExecutorChooserFactory.EventExecutorChooser

Known Direct Implementers
io.netty.util.concurrent.DefaultEventExecutorChooserFactory.PowerOfTwoEventExecutorChooser, io.netty.util.concurrent.DefaultEventExecutorChooserFactory.GenericEventExecutorChooser
Annotations
@UnstableApi

Chooses the next EventExecutor to use.

Method Summary

Modifier and TypeMethod and Description
public EventExecutor
next()

Returns the new EventExecutor to use.

Method Detail

nextback to summary
public EventExecutor next()

Returns the new EventExecutor to use.