Class HttpProxyConfig

java.lang.Object
org.apache.drill.exec.store.http.util.HttpProxyConfig

public class HttpProxyConfig extends Object
HTTP proxy settings. Provides a builder to create settings from the Drill config or from code. Allows combining the two. The Drill config allows integrating with Linux env. vars. Allows combinations: take values from config, but selectively replace bits, such as the user name/password.

This class provides values passed to the HTTP client, whatever it might be.

See Also: