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 ProxyProperties
getHttpProperties()
ProxyProperties
getHttpsProperties()
void
setHttpProperties(ProxyProperties httpProperties)
void
setHttpsProperties(ProxyProperties httpsProperties)
-
Constructor Details
-
ProxyConfig
public ProxyConfig()
-
-
Method Details