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

io.jexxa.jlegmed.plugins.http.HTTPProperties Maven / Gradle / Ivy

There is a newer version: 3.5.2
Show newest version
package io.jexxa.jlegmed.plugins.http;

public final class HTTPProperties {
    public static final String HTTP_PROXY_HOST = "http.proxy.host";
    public static final String HTTP_PROXY_PORT = "http.proxy.port";
    public static final String HTTP_PROXY_USERNAME = "http.proxy.username";
    public static final String HTTP_PROXY_PASSWORD = "http.proxy.password";
    public static final String HTTP_PROXY_FILE_USERNAME = "http.proxy.file.username";
    public static final String HTTP_PROXY_FILE_PASSWORD = "http.proxy.file.password";
    public static final String HTTP_URL = "http.url";

    private HTTPProperties()
    {
        // Private constructor for static properties
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy