net.i2p.client.streaming
Class I2PSocketManagerFull

java.lang.Object
  extended by net.i2p.client.streaming.I2PSocketManagerFull

Deprecated.

public class I2PSocketManagerFull
extends Object

Moved to net.i2p.client.streaming.impl in 0.9.10. Restored as a dummy class in 0.9.12, as i2phex imports it and calls I2PSocketManagerFull.class.getName() to pass to I2PSocketManagerFactory. I2PSocketManagerFactory ignores the class setting as of 0.9.12. This does not implement I2PSocketManager. Do not use.

Since:
0.9.12

Constructor Summary
I2PSocketManagerFull()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I2PSocketManagerFull

public I2PSocketManagerFull()
Deprecated.