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

com.toomuchcoding.uptodate.finder.http.ProxySettings.groovy Maven / Gradle / Ivy

package com.toomuchcoding.uptodate.finder.http

import groovy.transform.Immutable
import groovy.transform.PackageScope

@Immutable
@PackageScope
class ProxySettings {

    String hostname
    int port
    String scheme
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy