Uses of Class
net.snowflake.client.core.OCSPMode
-
Packages that use OCSPMode Package Description net.snowflake.client.core net.snowflake.client.jdbc -
-
Uses of OCSPMode in net.snowflake.client.core
Methods in net.snowflake.client.core that return OCSPMode Modifier and Type Method Description OCSPMode
HttpClientSettingsKey. getOcspMode()
OCSPMode
SFBaseSession. getOCSPMode()
static OCSPMode
OCSPMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static OCSPMode[]
OCSPMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.snowflake.client.core with parameters of type OCSPMode Modifier and Type Method Description void
OCSPTelemetryData. setOCSPMode(OCSPMode ocspMode)
Constructors in net.snowflake.client.core with parameters of type OCSPMode Constructor Description HttpClientSettingsKey(OCSPMode mode)
HttpClientSettingsKey(OCSPMode mode, String host, int port, String nonProxyHosts, String user, String password, String scheme, String userAgentSuffix, Boolean gzipDisabled)
-
Uses of OCSPMode in net.snowflake.client.jdbc
Methods in net.snowflake.client.jdbc that return OCSPMode Modifier and Type Method Description OCSPMode
SnowflakeFileTransferConfig. getOcspMode()
OCSPMode
SnowflakeChunkDownloader. getOCSPMode()
OCSPMode
SnowflakeResultSetSerializableV1. getOCSPMode()
Methods in net.snowflake.client.jdbc with parameters of type OCSPMode Modifier and Type Method Description static HttpClientSettingsKey
SnowflakeUtil. convertProxyPropertiesToHttpClientKey(OCSPMode mode, Properties info)
Setup JDBC proxy properties if necessary.SnowflakeFileTransferConfig.Builder
SnowflakeFileTransferConfig.Builder. setOcspMode(OCSPMode ocspMode)
-