|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.common.http.client.HttpDownloadHelper.VerboseProgress
public static class HttpDownloadHelper.VerboseProgress
verbose progress system prints to some output stream
Constructor Summary | |
---|---|
HttpDownloadHelper.VerboseProgress(java.io.PrintStream out)
Construct a verbose progress reporter. |
Method Summary | |
---|---|
void |
beginDownload()
begin a download |
void |
endDownload()
end a download |
void |
onTick()
tick handler |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpDownloadHelper.VerboseProgress(java.io.PrintStream out)
out
- the output stream.Method Detail |
---|
public void beginDownload()
beginDownload
in interface HttpDownloadHelper.DownloadProgress
public void onTick()
onTick
in interface HttpDownloadHelper.DownloadProgress
public void endDownload()
endDownload
in interface HttpDownloadHelper.DownloadProgress
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |