public class LogWatchCallback extends Object implements LogWatch, AutoCloseable
Constructor and Description |
---|
LogWatchCallback(OutputStream out,
Executor executor) |
Modifier and Type | Method and Description |
---|---|
LogWatchCallback |
callAndWait(HttpClient client,
URL url) |
void |
close() |
InputStream |
getOutput() |
void |
onFailure(Throwable u) |
public LogWatchCallback(OutputStream out, Executor executor)
public void close()
public LogWatchCallback callAndWait(HttpClient client, URL url)
public InputStream getOutput()
public void onFailure(Throwable u)
Copyright © 2015–2022 Red Hat. All rights reserved.