com.github.axet.wget
Interface WGet.HtmlLoader

Enclosing class:
WGet

public static interface WGet.HtmlLoader


Method Summary
 void notifyDownloading()
          start downloading
 void notifyMoved()
          document moved, relocating
 void notifyRetry(int delay, Throwable e)
          some socket problem, retyring
 

Method Detail

notifyRetry

void notifyRetry(int delay,
                 Throwable e)
some socket problem, retyring

Parameters:
delay -
e -

notifyDownloading

void notifyDownloading()
start downloading


notifyMoved

void notifyMoved()
document moved, relocating



Copyright © 2013. All Rights Reserved.