net.i2p.i2ptunnel
Class I2PTunnelHTTPClientBase.OnTimeout

java.lang.Object
  extended by net.i2p.i2ptunnel.I2PTunnelHTTPClientBase.OnTimeout
All Implemented Interfaces:
I2PTunnelRunner.FailCallback
Enclosing class:
I2PTunnelHTTPClientBase

protected class I2PTunnelHTTPClientBase.OnTimeout
extends Object
implements I2PTunnelRunner.FailCallback

Since:
0.9.14 moved from subclasses

Constructor Summary
I2PTunnelHTTPClientBase.OnTimeout(Socket s, OutputStream out, String target, boolean usingProxy, String wwwProxy, long id)
           
 
Method Summary
 void onFail(Exception ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I2PTunnelHTTPClientBase.OnTimeout

public I2PTunnelHTTPClientBase.OnTimeout(Socket s,
                                         OutputStream out,
                                         String target,
                                         boolean usingProxy,
                                         String wwwProxy,
                                         long id)
Method Detail

onFail

public void onFail(Exception ex)
Specified by:
onFail in interface I2PTunnelRunner.FailCallback
Parameters:
ex - may be null