Class ProxyConfig
java.lang.Object
eu.europa.esig.dss.service.http.proxy.ProxyConfig
public class ProxyConfig extends Object
This class is a DTO which contains the proxy configuration (HTTP and/or HTTPS)
-
Constructor Summary
Constructors Constructor Description ProxyConfig() -
Method Summary
Modifier and Type Method Description ProxyPropertiesgetHttpProperties()ProxyPropertiesgetHttpsProperties()voidsetHttpProperties(ProxyProperties httpProperties)voidsetHttpsProperties(ProxyProperties httpsProperties)
-
Constructor Details
-
ProxyConfig
public ProxyConfig()
-
-
Method Details