Class LogWatchCallback
- java.lang.Object
-
- io.fabric8.kubernetes.client.dsl.internal.LogWatchCallback
-
- All Implemented Interfaces:
io.fabric8.kubernetes.client.dsl.LogWatch,Closeable,AutoCloseable
public class LogWatchCallback extends Object implements io.fabric8.kubernetes.client.dsl.LogWatch, AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description LogWatchCallback(OutputStream out, OperationContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogWatchCallbackcallAndWait(io.fabric8.kubernetes.client.http.HttpClient client, URL url)voidclose()InputStreamgetOutput()CompletionStage<Throwable>onClose()voidonFailure(Throwable u)
-
-
-
Constructor Detail
-
LogWatchCallback
public LogWatchCallback(OutputStream out, OperationContext context)
-
-
Method Detail
-
onClose
public CompletionStage<Throwable> onClose()
- Specified by:
onClosein interfaceio.fabric8.kubernetes.client.dsl.LogWatch
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceio.fabric8.kubernetes.client.dsl.LogWatch
-
callAndWait
public LogWatchCallback callAndWait(io.fabric8.kubernetes.client.http.HttpClient client, URL url)
-
getOutput
public InputStream getOutput()
- Specified by:
getOutputin interfaceio.fabric8.kubernetes.client.dsl.LogWatch
-
onFailure
public void onFailure(Throwable u)
-
-