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

io.specto.hoverfly.junit.core.SystemProperty Maven / Gradle / Ivy

There is a newer version: 0.19.1
Show newest version
package io.specto.hoverfly.junit.core;

class SystemProperty {

    static final String HTTP_PROXY_HOST = "http.proxyHost";
    static final String HTTPS_PROXY_HOST = "https.proxyHost";
    static final String HTTP_NON_PROXY_HOSTS = "http.nonProxyHosts";
    static final String HTTP_PROXY_PORT = "http.proxyPort";
    static final String HTTPS_PROXY_PORT = "https.proxyPort";

    private SystemProperty() { }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy