Package net.i2p.BOB
Class TCPtoI2P
java.lang.Object
net.i2p.BOB.TCPtoI2P
- All Implemented Interfaces:
Runnable
public class TCPtoI2P extends Object implements Runnable
Process TCP->I2P
- Author:
- sponge
-
Constructor Summary
Constructors Constructor Description TCPtoI2P(I2PSocketManager i2p, Socket socket, NamedDB info, NamedDB database, AtomicBoolean lives)
Constructor -
Method Summary
Modifier and Type Method Description void
run()
TCP stream to I2P stream thread starter
-
Constructor Details
-
TCPtoI2P
TCPtoI2P(I2PSocketManager i2p, Socket socket, NamedDB info, NamedDB database, AtomicBoolean lives)Constructor- Parameters:
i2p
-socket
-info
- unuseddatabase
- unused
-
-
Method Details