public class HttpConfigOptions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
HttpConfigOptions.Builder |
static class |
HttpConfigOptions.LoggingLevel
Levels of information to log when making HTTP requests, from least (NONE) to most (BODY).
|
Modifier and Type | Method and Description |
---|---|
Authenticator |
getAuthenticator() |
int |
getDefaultRetryInterval()
Deprecated.
As of 9.13.0, use HttpConfigOptions.getMaxRetryInterval() instead.
|
java.lang.Boolean |
getGzipCompression() |
HttpConfigOptions.LoggingLevel |
getLoggingLevel() |
int |
getMaxRetries() |
int |
getMaxRetryInterval() |
java.net.Proxy |
getProxy() |
okhttp3.Authenticator |
getProxyAuthenticator() |
java.lang.Boolean |
getRetries() |
boolean |
shouldDisableSslVerification() |
public boolean shouldDisableSslVerification()
public java.lang.Boolean getGzipCompression()
public java.lang.Boolean getRetries()
public int getMaxRetries()
public int getMaxRetryInterval()
public java.net.Proxy getProxy()
public okhttp3.Authenticator getProxyAuthenticator()
public HttpConfigOptions.LoggingLevel getLoggingLevel()
public Authenticator getAuthenticator()
@Deprecated public int getDefaultRetryInterval()
Copyright © 2022 IBM Cloud Developer Experience. All rights reserved.