| Package | Description |
|---|---|
| net.snowflake.client.core | |
| net.snowflake.client.jdbc |
| Modifier and Type | Method and Description |
|---|---|
OCSPMode |
SFSession.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 |
|---|---|
static String |
HttpUtil.executeGeneralRequest(org.apache.http.client.methods.HttpRequestBase httpRequest,
int retryTimeout,
OCSPMode ocspMode)
Executes a HTTP request for Snowflake.
|
static String |
HttpUtil.executeRequest(org.apache.http.client.methods.HttpRequestBase httpRequest,
int retryTimeout,
int injectSocketTimeout,
AtomicBoolean canceling,
boolean includeRetryParameters,
boolean retryOnHTTP403,
OCSPMode ocspMode)
Executes a HTTP request for Snowflake.
|
static org.apache.http.impl.client.CloseableHttpClient |
HttpUtil.getHttpClient(OCSPMode ocspMode)
Gets HttpClient with insecureMode false
|
static org.apache.http.impl.client.CloseableHttpClient |
HttpUtil.getHttpClientWithoutDecompression(OCSPMode ocspMode)
Gets HttpClient with insecureMode false and disabling decompression
|
static org.apache.http.impl.client.CloseableHttpClient |
HttpUtil.initHttpClient(OCSPMode ocspMode,
File ocspCacheFile)
Accessor for the HTTP client singleton.
|
static org.apache.http.impl.client.CloseableHttpClient |
HttpUtil.initHttpClientWithoutDecompression(OCSPMode ocspMode,
File ocspCacheFile)
Accessor for the HTTP client singleton.
|
void |
OCSPTelemetryData.setOCSPMode(OCSPMode ocspMode) |
| Constructor and Description |
|---|
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 |
SnowflakeChunkDownloader.getOCSPMode() |
OCSPMode |
SnowflakeResultSetSerializableV1.getOCSPMode() |
Copyright © 2019. All rights reserved.