Uses of Enum
com.databricks.jdbc.common.HttpClientType
Packages that use HttpClientType
-
Uses of HttpClientType in com.databricks.jdbc.common
Subclasses with type arguments of type HttpClientType in com.databricks.jdbc.commonModifier and TypeClassDescriptionenumEnumerates the types of HTTP clients supported by the Databricks JDBC driver.Methods in com.databricks.jdbc.common that return HttpClientTypeModifier and TypeMethodDescriptionstatic HttpClientTypeReturns the enum constant of this type with the specified name.static HttpClientType[]HttpClientType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HttpClientType in com.databricks.jdbc.dbclient.impl.http
Methods in com.databricks.jdbc.dbclient.impl.http with parameters of type HttpClientTypeModifier and TypeMethodDescriptionDatabricksHttpClientFactory.getClient(IDatabricksConnectionContext context, HttpClientType type) voidDatabricksHttpClientFactory.removeClient(IDatabricksConnectionContext context, HttpClientType type)