Uses of Interface
net.i2p.i2ptunnel.I2PTunnelRunner.FailCallback
Package
Description
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
ModifierConstructorDescriptionI2PTunnelHTTPClientRunner
(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.