org.elasticsearch.common.http.client
Class HttpDownloadHelper.NullProgress

java.lang.Object
  extended by org.elasticsearch.common.http.client.HttpDownloadHelper.NullProgress
All Implemented Interfaces:
HttpDownloadHelper.DownloadProgress
Enclosing class:
HttpDownloadHelper

public static class HttpDownloadHelper.NullProgress
extends Object
implements HttpDownloadHelper.DownloadProgress

do nothing with progress info


Constructor Summary
HttpDownloadHelper.NullProgress()
           
 
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

HttpDownloadHelper.NullProgress

public HttpDownloadHelper.NullProgress()
Method Detail

beginDownload

public void beginDownload()
begin a download

Specified by:
beginDownload in interface HttpDownloadHelper.DownloadProgress

onTick

public void onTick()
tick handler

Specified by:
onTick in interface HttpDownloadHelper.DownloadProgress

endDownload

public void endDownload()
end a download

Specified by:
endDownload in interface HttpDownloadHelper.DownloadProgress


Copyright © 2009-2012. All Rights Reserved.