Package | Description |
---|---|
net.snowflake.client.core | |
net.snowflake.client.jdbc |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
OCSPTelemetryData.setOCSPMode(OCSPMode ocspMode) |
Constructor and Description |
---|
HttpClientSettingsKey(OCSPMode mode) |
HttpClientSettingsKey(OCSPMode mode,
String host,
int port,
String nonProxyHosts,
String user,
String password,
String scheme) |
OCSPTelemetryData(String certid,
String sfc_peer_host,
String ocsp_url,
String ocsp_req,
OCSPMode ocspMode,
Boolean cache_enabled,
Boolean cache_hit) |
Modifier and Type | Method and Description |
---|---|
OCSPMode |
SnowflakeFileTransferConfig.getOcspMode() |
OCSPMode |
SnowflakeResultSetSerializableV1.getOCSPMode() |
OCSPMode |
SnowflakeChunkDownloader.getOCSPMode() |
Modifier and Type | Method and Description |
---|---|
static HttpClientSettingsKey |
SnowflakeUtil.convertProxyPropertiesToHttpClientKey(OCSPMode mode,
Properties info)
Setup JDBC proxy properties if necessary.
|
SnowflakeFileTransferConfig.Builder |
SnowflakeFileTransferConfig.Builder.setOcspMode(OCSPMode ocspMode) |
Copyright © 2022. All rights reserved.