Uses of Class
net.i2p.i2ptunnel.I2PTunnel

Packages that use I2PTunnel
net.i2p.i2ptunnel   
net.i2p.i2ptunnel.socks   
 

Uses of I2PTunnel in net.i2p.i2ptunnel
 

Fields in net.i2p.i2ptunnel declared as I2PTunnel
(package private)  I2PTunnel I2PTunnelGUI.t
           
 

Methods in net.i2p.i2ptunnel that return I2PTunnel
 I2PTunnel I2PTunnelTask.getTunnel()
           
 

Methods in net.i2p.i2ptunnel with parameters of type I2PTunnel
protected static I2PSocketManager I2PTunnelClientBase.buildSocketManager(I2PTunnel tunnel)
           
protected static I2PSocketManager I2PTunnelClientBase.getSocketManager(I2PTunnel tunnel)
           
 void I2PTunnelTask.setTunnel(I2PTunnel pTunnel)
          for apps that use multiple I2PTunnel instances
 

Constructors in net.i2p.i2ptunnel with parameters of type I2PTunnel
I2Ping(java.lang.String cmd, Logging l, boolean ownDest, EventDispatcher notifyThis, I2PTunnel tunnel)
           
I2PTunnelClient(int localPort, java.lang.String destinations, Logging l, boolean ownDest, EventDispatcher notifyThis, I2PTunnel tunnel)
           
I2PTunnelClientBase(int localPort, boolean ownDest, Logging l, EventDispatcher notifyThis, java.lang.String handlerName, I2PTunnel tunnel)
           
I2PTunnelGUI(I2PTunnel t)
           
I2PTunnelHTTPClient(int localPort, Logging l, boolean ownDest, java.lang.String wwwProxy, EventDispatcher notifyThis, I2PTunnel tunnel)
           
I2PTunnelHTTPServer(java.net.InetAddress host, int port, java.io.File privkey, java.lang.String privkeyname, java.lang.String spoofHost, Logging l, EventDispatcher notifyThis, I2PTunnel tunnel)
           
I2PTunnelHTTPServer(java.net.InetAddress host, int port, java.io.InputStream privData, java.lang.String privkeyname, java.lang.String spoofHost, Logging l, EventDispatcher notifyThis, I2PTunnel tunnel)
           
I2PTunnelHTTPServer(java.net.InetAddress host, int port, java.lang.String privData, java.lang.String spoofHost, Logging l, EventDispatcher notifyThis, I2PTunnel tunnel)
           
I2PTunnelIRCClient(int localPort, java.lang.String destinations, Logging l, boolean ownDest, EventDispatcher notifyThis, I2PTunnel tunnel)
           
I2PTunnelServer(java.net.InetAddress host, int port, java.io.File privkey, java.lang.String privkeyname, Logging l, EventDispatcher notifyThis, I2PTunnel tunnel)
           
I2PTunnelServer(java.net.InetAddress host, int port, java.io.InputStream privData, java.lang.String privkeyname, Logging l, EventDispatcher notifyThis, I2PTunnel tunnel)
           
I2PTunnelServer(java.net.InetAddress host, int port, java.lang.String privData, Logging l, EventDispatcher notifyThis, I2PTunnel tunnel)
           
I2PTunnelTask(java.lang.String name, EventDispatcher notifyThis, I2PTunnel tunnel)
           
 

Uses of I2PTunnel in net.i2p.i2ptunnel.socks
 

Constructors in net.i2p.i2ptunnel.socks with parameters of type I2PTunnel
I2PSOCKSTunnel(int localPort, Logging l, boolean ownDest, EventDispatcher notifyThis, I2PTunnel tunnel)