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()Gets HTTPProxyPropertiesProxyPropertiesgetHttpsProperties()Gets HTTPSProxyPropertiesvoidsetHttpProperties(ProxyProperties httpProperties)Sets HTTPProxyPropertiesvoidsetHttpsProperties(ProxyProperties httpsProperties)Sets HTTPSProxyProperties
-
Constructor Details
-
ProxyConfig
public ProxyConfig()
-
-
Method Details
-
getHttpProperties
Gets HTTPProxyProperties- Returns:
ProxyProperties
-
setHttpProperties
Sets HTTPProxyProperties- Parameters:
httpProperties-ProxyProperties
-
getHttpsProperties
Gets HTTPSProxyProperties- Returns:
ProxyProperties
-
setHttpsProperties
Sets HTTPSProxyProperties- Parameters:
httpsProperties-ProxyProperties
-