Uses of Class
com.clickhouse.client.http.config.HttpConnectionProvider
-
Packages that use HttpConnectionProvider Package Description com.clickhouse.client.http.config -
-
Uses of HttpConnectionProvider in com.clickhouse.client.http.config
Methods in com.clickhouse.client.http.config that return HttpConnectionProvider Modifier and Type Method Description static HttpConnectionProviderHttpConnectionProvider. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpConnectionProvider[]HttpConnectionProvider. values()Returns an array containing the constants of this enum type, in the order they are declared.
-