| Package | Description |
|---|---|
| com.databricks.sdk.core | |
| com.databricks.sdk.core.utils |
| Modifier and Type | Method and Description |
|---|---|
ProxyConfig.ProxyAuthType |
DatabricksConfig.getProxyAuthType() |
ProxyConfig.ProxyAuthType |
ProxyConfig.getProxyAuthType() |
static ProxyConfig.ProxyAuthType |
ProxyConfig.ProxyAuthType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyConfig.ProxyAuthType[] |
ProxyConfig.ProxyAuthType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DatabricksConfig |
DatabricksConfig.setProxyAuthType(ProxyConfig.ProxyAuthType proxyAuthType) |
ProxyConfig |
ProxyConfig.setProxyAuthType(ProxyConfig.ProxyAuthType proxyAuthType) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ProxyUtils.setupProxyAuth(String proxyHost,
Integer proxyPort,
ProxyConfig.ProxyAuthType proxyAuthType,
String proxyUser,
String proxyPassword,
org.apache.http.impl.client.HttpClientBuilder builder)
This method sets up the proxy authentication in the http client builder.
|
Copyright © 2024. All rights reserved.