Uses of Interface
net.i2p.i2ptunnel.I2PTunnelRunner.FailCallback

Packages that use I2PTunnelRunner.FailCallback
net.i2p.i2ptunnel Implementation of preconfigured tunnels, both for clients and servers, and a UI for adding more and editing the configuration. 
 

Uses of I2PTunnelRunner.FailCallback in net.i2p.i2ptunnel
 

Classes in net.i2p.i2ptunnel that implement I2PTunnelRunner.FailCallback
protected  class I2PTunnelHTTPClientBase.OnTimeout
           
 

Constructors in net.i2p.i2ptunnel with parameters of type I2PTunnelRunner.FailCallback
I2PTunnelHTTPClientRunner(Socket s, I2PSocket i2ps, Object slock, byte[] initialI2PData, List<I2PSocket> sockList, I2PTunnelRunner.FailCallback onFail)
          Does NOT start itself.
I2PTunnelOutproxyRunner(Socket s, Socket i2ps, Object slock, byte[] initialI2PData, byte[] initialSocketData, I2PTunnelRunner.FailCallback onTimeout)
          Does NOT start itself.
I2PTunnelRunner(Socket s, I2PSocket i2ps, Object slock, byte[] initialI2PData, byte[] initialSocketData, List<I2PSocket> sockList, I2PTunnelRunner.FailCallback onFail)
          Recommended new constructor.