Uses of Class
net.i2p.i2ptunnel.ui.TunnelConfig

Packages that use TunnelConfig
net.i2p.i2ptunnel.ui Classes for configuring tunnels, used externally by Android. 
 

Uses of TunnelConfig in net.i2p.i2ptunnel.ui
 

Methods in net.i2p.i2ptunnel.ui with parameters of type TunnelConfig
static List<String> GeneralHelper.saveTunnel(I2PAppContext context, TunnelControllerGroup tcg, int tunnel, TunnelConfig config)
           
 List<String> GeneralHelper.saveTunnel(int tunnel, TunnelConfig config)
           
protected static List<String> GeneralHelper.updateTunnelConfig(TunnelControllerGroup tcg, int tunnel, TunnelConfig config)