Class HttpProxyConfig
java.lang.Object
org.apache.drill.exec.store.http.util.HttpProxyConfig
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:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
-
Field Summary
-
Method Summary
-
Field Details
-
type
-
host
-
port
public final int port -
username
-
password
-
-
Method Details
-
builder
-