public interface HTTPSettingsFluent<A extends HTTPSettingsFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
Integer |
getHttp1MaxPendingRequests() |
Integer |
getHttp2MaxRequests() |
Integer |
getMaxRequestsPerConnection() |
Integer |
getMaxRetries() |
Boolean |
hasHttp1MaxPendingRequests() |
Boolean |
hasHttp2MaxRequests() |
Boolean |
hasMaxRequestsPerConnection() |
Boolean |
hasMaxRetries() |
A |
withHttp1MaxPendingRequests(Integer http1MaxPendingRequests) |
A |
withHttp2MaxRequests(Integer http2MaxRequests) |
A |
withMaxRequestsPerConnection(Integer maxRequestsPerConnection) |
A |
withMaxRetries(Integer maxRetries) |
A |
withNewHttp1MaxPendingRequests(int arg1) |
A |
withNewHttp1MaxPendingRequests(String arg1) |
A |
withNewHttp2MaxRequests(int arg1) |
A |
withNewHttp2MaxRequests(String arg1) |
A |
withNewMaxRequestsPerConnection(int arg1) |
A |
withNewMaxRequestsPerConnection(String arg1) |
A |
withNewMaxRetries(int arg1) |
A |
withNewMaxRetries(String arg1) |
Integer getHttp1MaxPendingRequests()
Boolean hasHttp1MaxPendingRequests()
A withNewHttp1MaxPendingRequests(int arg1)
Integer getHttp2MaxRequests()
Boolean hasHttp2MaxRequests()
A withNewHttp2MaxRequests(int arg1)
Integer getMaxRequestsPerConnection()
Boolean hasMaxRequestsPerConnection()
A withNewMaxRequestsPerConnection(int arg1)
Integer getMaxRetries()
Boolean hasMaxRetries()
A withNewMaxRetries(int arg1)
Copyright © 2017–2018 Red Hat. All rights reserved.