package yukihane.saccubus.converter.profile; /** * * @author yuki */ public interface ProxyProfile { boolean use(); String getHost(); int getPort(); }