forked from I2P_Developers/i2p.i2p
Forgot to update @since
This commit is contained in:
@ -13,7 +13,7 @@ import net.i2p.I2PAppContext;
|
|||||||
* This class is replaced in the Android build.
|
* This class is replaced in the Android build.
|
||||||
*
|
*
|
||||||
* @author str4d
|
* @author str4d
|
||||||
* @since 0.9.15
|
* @since 0.9.14
|
||||||
*/
|
*/
|
||||||
public class DomainSocketFactory {
|
public class DomainSocketFactory {
|
||||||
public static String I2CP_SOCKET_ADDRESS = "net.i2p.client.i2cp";
|
public static String I2CP_SOCKET_ADDRESS = "net.i2p.client.i2cp";
|
||||||
|
@ -160,7 +160,7 @@ abstract class I2PSessionImpl implements I2PSession, I2CPMessageReader.I2CPMessa
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Use Unix domain socket (or similar) to connect to a router
|
* Use Unix domain socket (or similar) to connect to a router
|
||||||
* @since 0.9.15
|
* @since 0.9.14
|
||||||
*/
|
*/
|
||||||
protected static final String PROP_DOMAIN_SOCKET = "i2cp.domainSocket";
|
protected static final String PROP_DOMAIN_SOCKET = "i2cp.domainSocket";
|
||||||
|
|
||||||
|
@ -8,10 +8,12 @@ import net.i2p.router.RouterContext;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Unix domain socket version of ClientListenerRunner.
|
* Unix domain socket version of ClientListenerRunner.
|
||||||
|
* <p/>
|
||||||
* This is a stub that does nothing.
|
* This is a stub that does nothing.
|
||||||
* This class is replaced in the Android build.
|
* This class is replaced in the Android build.
|
||||||
*
|
*
|
||||||
* @since 0.9.15
|
* @author str4d
|
||||||
|
* @since 0.9.14
|
||||||
*/
|
*/
|
||||||
public class DomainClientListenerRunner extends ClientListenerRunner {
|
public class DomainClientListenerRunner extends ClientListenerRunner {
|
||||||
public DomainClientListenerRunner(RouterContext context, ClientManager manager) {
|
public DomainClientListenerRunner(RouterContext context, ClientManager manager) {
|
||||||
|
Reference in New Issue
Block a user