package io.netty.channel;

/* JADX INFO: loaded from: classes.dex */
public interface SelectStrategyFactory {
    SelectStrategy newSelectStrategy();
}
