Class HttpProxyEnvironmentVariableSetting


  • public class HttpProxyEnvironmentVariableSetting
    extends java.lang.Object
    This class provides access to Http proxy environment variable configuration setting
    • Constructor Detail

      • HttpProxyEnvironmentVariableSetting

        public HttpProxyEnvironmentVariableSetting()
        Creates a new set of environment variable proxy setting By Default environmentVariableType is set to Enable.
    • Method Detail

      • setConnectionType

        public void setConnectionType​(HttpProxyOptions.HttpProxyConnectionType connectionType)
        (Optional) Sets the proxy connection type. Defaults to HttpProxyConnectionType.Legacy
        Parameters:
        connectionType - what kind of connection to establish
      • setTlsConnectionOptions

        public void setTlsConnectionOptions​(TlsConnectionOptions tlsConnectionOptions)
        (Optional) Sets the tls connection options for the proxy connection
        Parameters:
        tlsConnectionOptions - tls connection options for the proxy connection
      • getTlsConnectionOptions

        public TlsConnectionOptions getTlsConnectionOptions()
        Returns:
        the tls connection options for the proxy connection