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 OCSPModeHttpClientSettingsKey. getOcspMode()OCSPModeSFBaseSession. getOCSPMode()Get OCSP modestatic OCSPModeOCSPMode. 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 voidOCSPTelemetryData. 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 OCSPModeSnowflakeFileTransferConfig. getOcspMode()OCSPModeSnowflakeChunkDownloader. getOCSPMode()OCSPModeSnowflakeResultSetSerializableV1. getOCSPMode()Methods in net.snowflake.client.jdbc with parameters of type OCSPMode Modifier and Type Method Description static HttpClientSettingsKeySnowflakeUtil. convertProxyPropertiesToHttpClientKey(OCSPMode mode, Properties info)Setup JDBC proxy properties if necessary.SnowflakeFileTransferConfig.BuilderSnowflakeFileTransferConfig.Builder. setOcspMode(OCSPMode ocspMode)
-