- java.lang.Object
-
- io.netty5.channel.DefaultSelectStrategyFactory
-
- All Implemented Interfaces:
SelectStrategyFactory
public final class DefaultSelectStrategyFactory extends Object implements SelectStrategyFactory
Factory which uses the default select strategy.
-
-
Field Summary
Fields Modifier and Type Field Description static SelectStrategyFactory
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelectStrategy
newSelectStrategy()
Creates a newSelectStrategy
.
-
-
-
Field Detail
-
INSTANCE
public static final SelectStrategyFactory INSTANCE
-
-
Method Detail
-
newSelectStrategy
public SelectStrategy newSelectStrategy()
Description copied from interface:SelectStrategyFactory
Creates a newSelectStrategy
.- Specified by:
newSelectStrategy
in interfaceSelectStrategyFactory
-
-