| Constructor and Description |
|---|
LogWatchCallback(Config config,
java.io.OutputStream out) |
LogWatchCallback(java.io.OutputStream out)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the Watch.
|
java.io.InputStream |
getOutput() |
void |
onFailure(okhttp3.Call call,
java.io.IOException ioe) |
void |
onResponse(okhttp3.Call call,
okhttp3.Response response) |
void |
waitUntilReady() |
@Deprecated public LogWatchCallback(java.io.OutputStream out)
public LogWatchCallback(Config config, java.io.OutputStream out)
public void close()
LogWatchpublic void waitUntilReady()
public void onFailure(okhttp3.Call call,
java.io.IOException ioe)
onFailure in interface okhttp3.Callbackpublic void onResponse(okhttp3.Call call,
okhttp3.Response response)
throws java.io.IOException
onResponse in interface okhttp3.Callbackjava.io.IOExceptionCopyright © 2015-2019 Red Hat. All Rights Reserved.