Uses of Class
org.apache.drill.exec.store.http.util.HttpProxyConfig
Package
Description
-
Uses of HttpProxyConfig in org.apache.drill.exec.store.http
Modifier and TypeMethodDescriptionprotected HttpProxyConfig
HttpBatchReader.proxySettings
(com.typesafe.config.Config drillConfig, okhttp3.HttpUrl url) -
Uses of HttpProxyConfig in org.apache.drill.exec.store.http.oauth
ModifierConstructorDescriptionAccessTokenRepository
(HttpProxyConfig proxyConfig, HttpStoragePluginConfig pluginConfig, PersistentTokenTable tokenTable) -
Uses of HttpProxyConfig in org.apache.drill.exec.store.http.util
Modifier and TypeMethodDescriptionHttpProxyConfig.ProxyBuilder.build()
static HttpProxyConfig
SimpleHttp.getProxySettings
(HttpStoragePluginConfig config, com.typesafe.config.Config drillConfig, okhttp3.HttpUrl url) Modifier and TypeMethodDescriptionstatic void
SimpleHttp.addProxyInfo
(okhttp3.OkHttpClient.Builder builder, HttpProxyConfig proxyConfig) Applies the proxy configuration to the OkHttp3 builder.SimpleHttp.SimpleHttpBuilder.proxyConfig
(HttpProxyConfig proxyConfig) ModifierConstructorDescriptionSimpleHttp
(okhttp3.HttpUrl url, File tempDir, HttpProxyConfig proxyConfig, CustomErrorContext errorContext, Paginator paginator, PersistentTokenTable tokenTable, HttpStoragePluginConfig pluginConfig, HttpApiConfig endpointConfig, String connection, Map<String, String> filters, int rateLimit) This constructor does not have an HttpSubScan and can be used outside the context of the HttpStoragePlugin.SimpleHttp
(HttpSubScan scanDefn, okhttp3.HttpUrl url, File tempDir, HttpProxyConfig proxyConfig, CustomErrorContext errorContext, Paginator paginator)