public class DispatcherFactory extends Object
| Constructor and Description |
|---|
DispatcherFactory() |
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Dispatcher |
build(io.fabric8.kubernetes.client.Config config) |
int |
getMaxConcurrentRequests() |
int |
getMaxConcurrentRequestsPerHost() |
void |
setMaxConcurrentRequests(int maxConcurrentRequests) |
void |
setMaxConcurrentRequestsPerHost(int maxConcurrentRequestsPerHost) |
public int getMaxConcurrentRequests()
public void setMaxConcurrentRequests(int maxConcurrentRequests)
public int getMaxConcurrentRequestsPerHost()
public void setMaxConcurrentRequestsPerHost(int maxConcurrentRequestsPerHost)
public okhttp3.Dispatcher build(io.fabric8.kubernetes.client.Config config)
Copyright © 2019. All rights reserved.