package org.playorm.nio.api.testutil.nioapi; /** */ public interface SelectorProviderFactory { /** */ Select provider(String id); }