com.github.axet.wget
Interface RetryWrap.WrapReturn<T>

Enclosing class:
RetryWrap

public static interface RetryWrap.WrapReturn<T>


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

Method Detail

retry

void retry(int delay,
           Throwable e)

download

T download()
           throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.