Uses of Class
net.snowflake.client.core.HttpExecutingContext
-
Packages that use HttpExecutingContext Package Description net.snowflake.client.core net.snowflake.client.jdbc -
-
Uses of HttpExecutingContext in net.snowflake.client.core
Methods in net.snowflake.client.core that return HttpExecutingContext Modifier and Type Method Description HttpExecutingContext
HttpExecutingContextBuilder. build()
Builds and returns a new HttpExecutingContext instance with the configured parameters.Constructors in net.snowflake.client.core with parameters of type HttpExecutingContext Constructor Description HttpExecutingContextBuilder(HttpExecutingContext context)
Copy constructor to create a new builder from an existing HttpExecutingContext. -
Uses of HttpExecutingContext in net.snowflake.client.jdbc
Methods in net.snowflake.client.jdbc with parameters of type HttpExecutingContext Modifier and Type Method Description static HttpResponseContextDto
RestRequest. executeWithRetries(org.apache.http.impl.client.CloseableHttpClient httpClient, org.apache.http.client.methods.HttpRequestBase httpRequest, HttpExecutingContext httpExecutingContext, ExecTimeTelemetryData execTimeData, RetryContextManager retryManager, HttpClientSettingsKey key, List<HttpHeadersCustomizer> httpHeaderCustomizer, boolean isHttpClientWithoutDecompression)
Execute an HTTP request with retry logic.
-