HttpConfigOptions.Builder |
HttpConfigOptions.Builder.disableRetries() |
Sets the retry specific parameter to zero to disable the retry functionality.
|
HttpConfigOptions.Builder |
HttpConfigOptions.Builder.disableSslVerification(boolean disableSslVerification) |
Sets flag to disable any SSL certificate verification during HTTP requests.
|
HttpConfigOptions.Builder |
HttpConfigOptions.Builder.enableGzipCompression(java.lang.Boolean enableGzipCompression) |
Sets flag to enable gzip compression of request bodies during HTTP requests.
|
HttpConfigOptions.Builder |
HttpConfigOptions.Builder.enableRateLimitRetry(Authenticator authenticator,
int defaultInterval,
int maxRetries) |
Deprecated.
|
HttpConfigOptions.Builder |
HttpConfigOptions.Builder.enableRetries(Authenticator authenticator,
int maxRetries,
int maxRetryInterval) |
Sets retry specific parameters to enable it.
|
HttpConfigOptions.Builder |
HttpConfigOptions.Builder.loggingLevel(HttpConfigOptions.LoggingLevel loggingLevel) |
Sets HTTP logging level to be used by the current client.
|
HttpConfigOptions.Builder |
HttpConfigOptions.Builder.proxy(java.net.Proxy proxy) |
Sets HTTP proxy to be used by connections with the current client.
|
HttpConfigOptions.Builder |
HttpConfigOptions.Builder.proxyAuthenticator(okhttp3.Authenticator proxyAuthenticator) |
Sets HTTP proxy authentication to be used by connections with the current client.
|