Package io.netty.channel
Interface SelectStrategyFactory
- All Known Implementing Classes:
DefaultSelectStrategyFactory
public interface SelectStrategyFactory
Factory that creates a new
SelectStrategy
every time.-
Method Summary
-
Method Details
-
newSelectStrategy
SelectStrategy newSelectStrategy()Creates a newSelectStrategy
.
-