| Package | Description |
|---|---|
| net.snowflake.client.core |
| Modifier and Type | Method and Description |
|---|---|
OCSPMode |
SessionUtil.LoginInput.getOCSPMode() |
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 org.apache.http.impl.client.CloseableHttpClient |
HttpUtil.initHttpClient(OCSPMode ocspMode,
File ocspCacheFile)
Accessor for the HTTP client singleton.
|
void |
OCSPTelemetryData.setOCSPMode(OCSPMode ocspMode) |
SessionUtil.LoginInput |
SessionUtil.LoginInput.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) |
Copyright © 2019. All rights reserved.