| Package | Description |
|---|---|
| com.databricks.sdk.core | |
| com.databricks.sdk.core.commons | |
| com.databricks.sdk.core.utils |
| Modifier and Type | Method and Description |
|---|---|
ProxyConfig |
ProxyConfig.setHost(String host) |
ProxyConfig |
ProxyConfig.setPassword(String password) |
ProxyConfig |
ProxyConfig.setPort(Integer port) |
ProxyConfig |
ProxyConfig.setProxyAuthType(ProxyConfig.ProxyAuthType proxyAuthType) |
ProxyConfig |
ProxyConfig.setUsername(String username) |
ProxyConfig |
ProxyConfig.setUseSystemProperties(Boolean useSystemProperties) |
| Constructor and Description |
|---|
CommonsHttpClient(int timeoutSeconds,
ProxyConfig proxyConfig) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ProxyUtils.setupProxy(ProxyConfig config,
org.apache.http.impl.client.HttpClientBuilder builder)
Setup the proxy configuration in the http client builder.
|
Copyright © 2024. All rights reserved.