public class WatchConnectionManager<T,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList> extends Object implements Watch
| Constructor and Description |
|---|
WatchConnectionManager(okhttp3.OkHttpClient client,
BaseOperation<T,L,?,?> baseOperation,
String version,
Watcher<T> watcher,
int reconnectInterval,
int reconnectLimit,
long websocketTimeout,
long websocketPingInterval) |
public WatchConnectionManager(okhttp3.OkHttpClient client,
BaseOperation<T,L,?,?> baseOperation,
String version,
Watcher<T> watcher,
int reconnectInterval,
int reconnectLimit,
long websocketTimeout,
long websocketPingInterval)
throws InterruptedException,
ExecutionException,
MalformedURLException
Copyright © 2015–2016 Red Hat. All rights reserved.