com.github.axet.wget
Interface RetryWrap.Wrap

Enclosing class:
RetryWrap

public static interface RetryWrap.Wrap


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

Method Detail

retry

void retry(int delay,
           Throwable e)

download

void download()
              throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.