Class LogWatchCallback
- java.lang.Object
-
- io.fabric8.kubernetes.client.dsl.internal.LogWatchCallback
-
- All Implemented Interfaces:
LogWatch
,Closeable
,AutoCloseable
public class LogWatchCallback extends Object implements 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 LogWatchCallback
callAndWait(HttpClient client, URL url)
void
close()
InputStream
getOutput()
CompletionStage<Throwable>
onClose()
void
onFailure(Throwable u)
-
-
-
Constructor Detail
-
LogWatchCallback
public LogWatchCallback(OutputStream out, OperationContext context)
-
-
Method Detail
-
onClose
public CompletionStage<Throwable> onClose()
-
close
public void close()
-
callAndWait
public LogWatchCallback callAndWait(HttpClient client, URL url)
-
getOutput
public InputStream getOutput()
-
onFailure
public void onFailure(Throwable u)
-
-