public interface ConnectionPoolSettingsHTTPSettingsFluent<A extends ConnectionPoolSettingsHTTPSettingsFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
ConnectionPoolSettingsHTTPSettingsH2UpgradePolicy |
getH2UpgradePolicy() |
Integer |
getHttp1MaxPendingRequests() |
Integer |
getHttp2MaxRequests() |
String |
getIdleTimeout() |
Integer |
getMaxRequestsPerConnection() |
Integer |
getMaxRetries() |
Boolean |
getUseClientProtocol() |
Boolean |
hasH2UpgradePolicy() |
Boolean |
hasHttp1MaxPendingRequests() |
Boolean |
hasHttp2MaxRequests() |
Boolean |
hasIdleTimeout() |
Boolean |
hasMaxRequestsPerConnection() |
Boolean |
hasMaxRetries() |
Boolean |
hasUseClientProtocol() |
A |
withH2UpgradePolicy(ConnectionPoolSettingsHTTPSettingsH2UpgradePolicy h2UpgradePolicy) |
A |
withHttp1MaxPendingRequests(Integer http1MaxPendingRequests) |
A |
withHttp2MaxRequests(Integer http2MaxRequests) |
A |
withIdleTimeout(String idleTimeout) |
A |
withMaxRequestsPerConnection(Integer maxRequestsPerConnection) |
A |
withMaxRetries(Integer maxRetries) |
A |
withUseClientProtocol() |
A |
withUseClientProtocol(Boolean useClientProtocol) |
ConnectionPoolSettingsHTTPSettingsH2UpgradePolicy getH2UpgradePolicy()
A withH2UpgradePolicy(ConnectionPoolSettingsHTTPSettingsH2UpgradePolicy h2UpgradePolicy)
Boolean hasH2UpgradePolicy()
Integer getHttp1MaxPendingRequests()
Boolean hasHttp1MaxPendingRequests()
Integer getHttp2MaxRequests()
Boolean hasHttp2MaxRequests()
String getIdleTimeout()
Boolean hasIdleTimeout()
Integer getMaxRequestsPerConnection()
Boolean hasMaxRequestsPerConnection()
Integer getMaxRetries()
Boolean hasMaxRetries()
Boolean getUseClientProtocol()
Boolean hasUseClientProtocol()
A withUseClientProtocol()
Copyright © 2015–2023 Red Hat. All rights reserved.