Package io.netty.channel
Class DefaultSelectStrategyFactory
java.lang.Object
io.netty.channel.DefaultSelectStrategyFactory
- All Implemented Interfaces:
SelectStrategyFactory
Factory which uses the default select strategy.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DefaultSelectStrategyFactory
private DefaultSelectStrategyFactory()
-
-
Method Details
-
newSelectStrategy
Description copied from interface:SelectStrategyFactory
Creates a newSelectStrategy
.- Specified by:
newSelectStrategy
in interfaceSelectStrategyFactory
-