Uses of Class
net.snowflake.client.core.HttpProtocol
-
Packages that use HttpProtocol Package Description net.snowflake.client.core -
-
Uses of HttpProtocol in net.snowflake.client.core
Methods in net.snowflake.client.core that return HttpProtocol Modifier and Type Method Description HttpProtocol
HttpClientSettingsKey. getProxyHttpProtocol()
static HttpProtocol
HttpProtocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpProtocol[]
HttpProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.snowflake.client.core with parameters of type HttpProtocol Constructor Description SnowflakeMutableProxyRoutePlanner(String host, int proxyPort, HttpProtocol proxyProtocol, String nonProxyHosts)
-