Package net.i2p.i2ptunnel
Interface I2PTunnelRunner.FailCallback
-
- All Known Implementing Classes:
I2PTunnelHTTPClientBase.OnTimeout
- Enclosing class:
- I2PTunnelRunner
public static interface I2PTunnelRunner.FailCallback
For use in new constructor- Since:
- 0.9.14
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFail(Exception e)
-
-
-
Method Detail
-
onFail
void onFail(Exception e)
- Parameters:
e
- may be null
-
-