Uses of Class
org.apache.drill.exec.store.http.util.HttpProxyConfig
Packages that use HttpProxyConfig
Package
Description
-
Uses of HttpProxyConfig in org.apache.drill.exec.store.http
Methods in org.apache.drill.exec.store.http that return HttpProxyConfigModifier and TypeMethodDescriptionprotected HttpProxyConfigHttpBatchReader.proxySettings(com.typesafe.config.Config drillConfig, okhttp3.HttpUrl url) -
Uses of HttpProxyConfig in org.apache.drill.exec.store.http.oauth
Constructors in org.apache.drill.exec.store.http.oauth with parameters of type HttpProxyConfigModifierConstructorDescriptionAccessTokenRepository(HttpProxyConfig proxyConfig, HttpStoragePluginConfig pluginConfig, PersistentTokenTable tokenTable) -
Uses of HttpProxyConfig in org.apache.drill.exec.store.http.util
Methods in org.apache.drill.exec.store.http.util that return HttpProxyConfigModifier and TypeMethodDescriptionHttpProxyConfig.ProxyBuilder.build()static HttpProxyConfigSimpleHttp.getProxySettings(HttpStoragePluginConfig config, com.typesafe.config.Config drillConfig, okhttp3.HttpUrl url) Methods in org.apache.drill.exec.store.http.util with parameters of type HttpProxyConfigModifier and TypeMethodDescriptionstatic voidSimpleHttp.addProxyInfo(okhttp3.OkHttpClient.Builder builder, HttpProxyConfig proxyConfig) Applies the proxy configuration to the OkHttp3 builder.SimpleHttp.SimpleHttpBuilder.proxyConfig(HttpProxyConfig proxyConfig) Constructors in org.apache.drill.exec.store.http.util with parameters of type HttpProxyConfigModifierConstructorDescriptionSimpleHttp(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)