Uses of Class
net.i2p.i2ptunnel.I2PTunnel

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

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.buildSocketManager(I2PTunnel tunnel, java.lang.String pkf)
           
protected static I2PSocketManager I2PTunnelClientBase.getSocketManager(I2PTunnel tunnel)
          this is ONLY for shared clients
protected static I2PSocketManager I2PTunnelClientBase.getSocketManager(I2PTunnel tunnel, java.lang.String pkf)
          this is ONLY for shared clients
 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, java.lang.String pkf)
           
I2PTunnelClientBase(int localPort, boolean ownDest, Logging l, EventDispatcher notifyThis, java.lang.String handlerName, I2PTunnel tunnel)
           
I2PTunnelClientBase(int localPort, boolean ownDest, Logging l, EventDispatcher notifyThis, java.lang.String handlerName, I2PTunnel tunnel, java.lang.String pkf)
           
I2PTunnelClientBase(int localPort, Logging l, I2PSocketManager sktMgr, I2PTunnel tunnel, EventDispatcher notifyThis, long clientId)
           
I2PTunnelConnectClient(int localPort, Logging l, boolean ownDest, java.lang.String wwwProxy, EventDispatcher notifyThis, I2PTunnel tunnel)
           
I2PTunnelGUI(I2PTunnel t)
           
I2PTunnelHTTPBidirProxy(int localPort, Logging l, I2PSocketManager sockMgr, I2PTunnel tunnel, EventDispatcher notifyThis, long clientId)
           
I2PTunnelHTTPBidirServer(java.net.InetAddress host, int port, int proxyport, java.io.File privkey, java.lang.String privkeyname, java.lang.String spoofHost, Logging l, EventDispatcher notifyThis, I2PTunnel tunnel)
           
I2PTunnelHTTPBidirServer(java.net.InetAddress host, int port, int proxyport, java.io.InputStream privData, java.lang.String privkeyname, java.lang.String spoofHost, Logging l, EventDispatcher notifyThis, I2PTunnel tunnel)
           
I2PTunnelHTTPBidirServer(java.net.InetAddress host, int port, int proxyport, java.lang.String privData, java.lang.String spoofHost, Logging l, EventDispatcher notifyThis, I2PTunnel tunnel)
           
I2PTunnelHTTPClient(int localPort, Logging l, boolean ownDest, java.lang.String wwwProxy, EventDispatcher notifyThis, I2PTunnel tunnel)
           
I2PTunnelHTTPClient(int localPort, Logging l, I2PSocketManager sockMgr, I2PTunnel tunnel, EventDispatcher notifyThis, long clientId)
           
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, java.lang.String pkf)
           
I2PTunnelIRCServer(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.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
I2PSOCKSIRCTunnel(int localPort, Logging l, boolean ownDest, EventDispatcher notifyThis, I2PTunnel tunnel)
           
I2PSOCKSTunnel(int localPort, Logging l, boolean ownDest, EventDispatcher notifyThis, I2PTunnel tunnel)
           
SOCKSUDPTunnel(I2PTunnel tunnel)
          Set up a tunnel with no UDP side yet.
 

Uses of I2PTunnel in net.i2p.i2ptunnel.streamr
 

Constructors in net.i2p.i2ptunnel.streamr with parameters of type I2PTunnel
StreamrConsumer(java.net.InetAddress host, int port, java.lang.String destination, Logging l, EventDispatcher notifyThis, I2PTunnel tunnel)
           
StreamrProducer(int port, java.io.File privkey, java.lang.String privkeyname, Logging l, EventDispatcher notifyThis, I2PTunnel tunnel)
           
 

Uses of I2PTunnel in net.i2p.i2ptunnel.udpTunnel
 

Constructors in net.i2p.i2ptunnel.udpTunnel with parameters of type I2PTunnel
I2PTunnelUDPClientBase(java.lang.String destination, Logging l, EventDispatcher notifyThis, I2PTunnel tunnel)
           
I2PTunnelUDPServerBase(boolean verify, java.io.File privkey, java.lang.String privkeyname, Logging l, EventDispatcher notifyThis, I2PTunnel tunnel)