Package io.netty.channel
Interface SelectStrategyFactory
-
- All Known Implementing Classes:
DefaultSelectStrategyFactory
public interface SelectStrategyFactoryFactory that creates a newSelectStrategyevery time.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SelectStrategynewSelectStrategy()Creates a newSelectStrategy.
-
-
-
Method Detail
-
newSelectStrategy
SelectStrategy newSelectStrategy()
Creates a newSelectStrategy.
-
-