2014-03-12 16:02:23 +00:00
|
|
|
package net.i2p.client.streaming;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 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
|
|
|
|
* @deprecated
|
|
|
|
*/
|
2016-02-06 22:38:10 +00:00
|
|
|
@Deprecated
|
2014-03-12 16:02:23 +00:00
|
|
|
public class I2PSocketManagerFull {}
|