me.qyh.instd4j.config.ProxyConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of instd4j Show documentation
Show all versions of instd4j Show documentation
Instagram private api for download
package me.qyh.instd4j.config;
public interface ProxyConfig {
Integer getPort();
String getAddr();
boolean isEnable();
}