org.elasticsearch.common.http.client
Interface HttpDownloadHelper.DownloadProgress

All Known Implementing Classes:
HttpDownloadHelper.NullProgress, HttpDownloadHelper.VerboseProgress
Enclosing class:
HttpDownloadHelper

public static interface HttpDownloadHelper.DownloadProgress

Interface implemented for reporting progress of downloading.


Method Summary
 void beginDownload()
          begin a download
 void endDownload()
          end a download
 void onTick()
          tick handler
 

Method Detail

beginDownload

void beginDownload()
begin a download


onTick

void onTick()
tick handler


endDownload

void endDownload()
end a download



Copyright © 2009-2012. All Rights Reserved.