public class ConfigFluent<A extends ConfigFluent<A>> extends SundrioConfigFluent<A>
| Constructor and Description |
|---|
ConfigFluent() |
ConfigFluent(Config instance) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyInstance(Config instance) |
A |
withAutoConfigure(boolean autoConfigure) |
A |
withConnectionTimeout(int connectionTimeout) |
A |
withDisableHostnameVerification(boolean disableHostnameVerification) |
A |
withHttp2Disable(boolean http2Disable) |
A |
withLoggingInterval(int loggingInterval) |
A |
withMaxConcurrentRequests(int maxConcurrentRequests) |
A |
withOnlyHttpWatches(boolean onlyHttpWatches) |
A |
withRequestRetryBackoffInterval(int requestRetryBackoffInterval) |
A |
withRequestRetryBackoffLimit(int requestRetryBackoffLimit) |
A |
withRequestTimeout(int requestTimeout) |
A |
withScaleTimeout(long scaleTimeout) |
A |
withTrustCerts(boolean trustCerts) |
A |
withUploadRequestTimeout(int uploadRequestTimeout) |
A |
withWatchReconnectInterval(int watchReconnectInterval) |
A |
withWatchReconnectLimit(int watchReconnectLimit) |
A |
withWebsocketPingInterval(long websocketPingInterval) |
addAllToContexts, addAllToImpersonateGroups, addAllToNoProxy, addAllToTlsVersions, addToContexts, addToContexts, addToCustomHeaders, addToCustomHeaders, addToErrorMessages, addToErrorMessages, addToImpersonateExtras, addToImpersonateExtras, addToImpersonateGroups, addToImpersonateGroups, addToNoProxy, addToNoProxy, addToTlsVersions, addToTlsVersions, copyInstance, equals, getApiVersion, getAuthProvider, getAutoConfigure, getAutoOAuthToken, getCaCertData, getCaCertFile, getClientCertData, getClientCertFile, getClientKeyAlgo, getClientKeyData, getClientKeyFile, getClientKeyPassphrase, getConnectionTimeout, getContext, getContexts, getCurrentContext, getCustomHeaders, getDisableHostnameVerification, getErrorMessages, getFile, getFirstContext, getHttp2Disable, getHttpProxy, getHttpsProxy, getImpersonateExtras, getImpersonateGroups, getImpersonateUsername, getKeyStoreFile, getKeyStorePassphrase, getLastContext, getLoggingInterval, getMasterUrl, getMatchingContext, getMaxConcurrentRequests, getMaxConcurrentRequestsPerHost, getNamespace, getNoProxy, getOauthToken, getOauthTokenProvider, getOnlyHttpWatches, getPassword, getProxyPassword, getProxyUsername, getRequestRetryBackoffInterval, getRequestRetryBackoffLimit, getRequestTimeout, getScaleTimeout, getTlsVersions, getTrustCerts, getTrustStoreFile, getTrustStorePassphrase, getUploadRequestTimeout, getUserAgent, getUsername, getWatchReconnectInterval, getWatchReconnectLimit, getWebsocketPingInterval, hasApiVersion, hasAuthProvider, hasAutoConfigure, hasAutoOAuthToken, hasCaCertData, hasCaCertFile, hasClientCertData, hasClientCertFile, hasClientKeyAlgo, hasClientKeyData, hasClientKeyFile, hasClientKeyPassphrase, hasConnectionTimeout, hasContexts, hasCurrentContext, hasCustomHeaders, hasDisableHostnameVerification, hasErrorMessages, hasFile, hashCode, hasHttp2Disable, hasHttpProxy, hasHttpsProxy, hasImpersonateExtras, hasImpersonateGroups, hasImpersonateUsername, hasKeyStoreFile, hasKeyStorePassphrase, hasLoggingInterval, hasMasterUrl, hasMatchingContext, hasMaxConcurrentRequests, hasMaxConcurrentRequestsPerHost, hasNamespace, hasNoProxy, hasOauthToken, hasOauthTokenProvider, hasOnlyHttpWatches, hasPassword, hasProxyPassword, hasProxyUsername, hasRequestRetryBackoffInterval, hasRequestRetryBackoffLimit, hasRequestTimeout, hasScaleTimeout, hasTlsVersions, hasTrustCerts, hasTrustStoreFile, hasTrustStorePassphrase, hasUploadRequestTimeout, hasUserAgent, hasUsername, hasWatchReconnectInterval, hasWatchReconnectLimit, hasWebsocketPingInterval, removeAllFromContexts, removeAllFromImpersonateGroups, removeAllFromNoProxy, removeAllFromTlsVersions, removeFromContexts, removeFromCustomHeaders, removeFromCustomHeaders, removeFromErrorMessages, removeFromErrorMessages, removeFromImpersonateExtras, removeFromImpersonateExtras, removeFromImpersonateGroups, removeFromNoProxy, removeFromTlsVersions, setToContexts, setToImpersonateGroups, setToNoProxy, setToTlsVersions, toString, withApiVersion, withAuthProvider, withAutoConfigure, withAutoConfigure, withAutoOAuthToken, withCaCertData, withCaCertFile, withClientCertData, withClientCertFile, withClientKeyAlgo, withClientKeyData, withClientKeyFile, withClientKeyPassphrase, withConnectionTimeout, withContexts, withContexts, withCurrentContext, withCustomHeaders, withDisableHostnameVerification, withDisableHostnameVerification, withErrorMessages, withFile, withHttp2Disable, withHttp2Disable, withHttpProxy, withHttpsProxy, withImpersonateExtras, withImpersonateGroups, withImpersonateUsername, withKeyStoreFile, withKeyStorePassphrase, withLoggingInterval, withMasterUrl, withMaxConcurrentRequests, withMaxConcurrentRequestsPerHost, withNamespace, withNoProxy, withOauthToken, withOauthTokenProvider, withOnlyHttpWatches, withOnlyHttpWatches, withPassword, withProxyPassword, withProxyUsername, withRequestRetryBackoffInterval, withRequestRetryBackoffLimit, withRequestTimeout, withScaleTimeout, withTlsVersions, withTrustCerts, withTrustCerts, withTrustStoreFile, withTrustStorePassphrase, withUploadRequestTimeout, withUserAgent, withUsername, withWatchReconnectInterval, withWatchReconnectLimit, withWebsocketPingIntervalpublic ConfigFluent()
public ConfigFluent(Config instance)
public void copyInstance(Config instance)
public A withTrustCerts(boolean trustCerts)
public A withDisableHostnameVerification(boolean disableHostnameVerification)
public A withWebsocketPingInterval(long websocketPingInterval)
public A withConnectionTimeout(int connectionTimeout)
public A withMaxConcurrentRequests(int maxConcurrentRequests)
public A withWatchReconnectInterval(int watchReconnectInterval)
public A withWatchReconnectLimit(int watchReconnectLimit)
public A withUploadRequestTimeout(int uploadRequestTimeout)
public A withRequestRetryBackoffLimit(int requestRetryBackoffLimit)
public A withRequestRetryBackoffInterval(int requestRetryBackoffInterval)
public A withRequestTimeout(int requestTimeout)
public A withScaleTimeout(long scaleTimeout)
public A withLoggingInterval(int loggingInterval)
public A withHttp2Disable(boolean http2Disable)
public A withOnlyHttpWatches(boolean onlyHttpWatches)
public A withAutoConfigure(boolean autoConfigure)
Copyright © 2015–2025 Red Hat. All rights reserved.