Package com.applitools.eyes
Class AutProxySettings
java.lang.Object
com.applitools.eyes.AbstractProxySettings
com.applitools.eyes.AutProxySettings
-
Field Summary
FieldsFields inherited from class com.applitools.eyes.AbstractProxySettings
password, port, PROXY_ENV_VAR_NAME, uri, username -
Constructor Summary
ConstructorsConstructorDescriptionAutProxySettings(AbstractProxySettings proxySettings) Setting a separated proxy for requests made to non-eyes domains.AutProxySettings(AbstractProxySettings proxySettings, String[] domains) Setting a separated proxy for requests made to non-eyes domains.AutProxySettings(AbstractProxySettings proxySettings, String[] domains, AutProxyMode autProxyMode) Setting a separated proxy for requests sent to the given domains (if mode isAutProxyMode.ALLOWor for requests sent to domains other than the given domains (if mode isAutProxyMode.BLOCK. -
Method Summary
Methods inherited from class com.applitools.eyes.AbstractProxySettings
equals, getPassword, getPort, getUri, getUsername, hashCode, toString
-
Field Details
-
domains
-
autProxyMode
-
-
Constructor Details
-
AutProxySettings
Setting a separated proxy for requests made to non-eyes domains. If the AUT proxy is set, it cannot be changed again for those specific requests by any means. If AUT proxy is set to null, there will be no proxy for those specific requests. -
AutProxySettings
Setting a separated proxy for requests made to non-eyes domains. Requests to other non-eyes domains will be sent without a proxy. If the AUT proxy is set, it cannot be changed again for those specific requests by any means. If AUT proxy is set to null, the behavior will be the same asAutProxySettings(AbstractProxySettings) -
AutProxySettings
public AutProxySettings(AbstractProxySettings proxySettings, String[] domains, AutProxyMode autProxyMode) Setting a separated proxy for requests sent to the given domains (if mode isAutProxyMode.ALLOWor for requests sent to domains other than the given domains (if mode isAutProxyMode.BLOCK. If the AUT proxy is set, it cannot be changed again for those specific requests by any means. If AUT proxy is set to null, the behavior will be the same asAutProxySettings(AbstractProxySettings)
-
-
Method Details
-
getDomains
-
getAutProxyMode
-