com.github.axet.wget
Interface RetryWrap.Wrap

Enclosing class:
RetryWrap

public static interface RetryWrap.Wrap


Method Summary
 void download()
           
 void moved(URL url)
           
 void retry(int delay, Throwable e)
           
 

Method Detail

retry

void retry(int delay,
           Throwable e)

moved

void moved(URL url)

download

void download()
              throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.