All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.qyh.instd4j.config.ProxyConfig Maven / Gradle / Ivy

There is a newer version: 0.3
Show newest version
package me.qyh.instd4j.config;

public interface ProxyConfig {
    Integer getPort();

    String getAddr();

    boolean isEnable();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy