|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

T - the generic type
$Id: ExceptionHandler.java 180 2010-12-12 18:47:56Z georgosn $
public interface ExceptionHandler<T>
The Interface ExceptionHandler. This interface has been Gerenified to allow usage by both the old and the new httpClient. Future versions of the library may not have this interface in a Generic form.
| Method Summary | |
|---|---|
boolean |
handle(T method,
IOException exception,
int retryCount)
Handle. |
| Method Detail |
|---|
boolean handle(T method,
IOException exception,
int retryCount)
T - a T object.method - the methodexception - the exceptionretryCount - the retry count
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||