net.i2p.client
Class DomainSocketFactory
java.lang.Object
net.i2p.client.DomainSocketFactory
public class DomainSocketFactory
- extends Object
Bridge to Unix domain socket (or similar).
This is a stub that does nothing.
This class is replaced in the Android build.
- Since:
- 0.9.14
- Author:
- str4d
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
I2CP_SOCKET_ADDRESS
public static final String I2CP_SOCKET_ADDRESS
- See Also:
- Constant Field Values
DomainSocketFactory
public DomainSocketFactory(I2PAppContext context)
- Throws:
UnsupportedOperationException
- always
createSocket
public Socket createSocket(String name)
throws IOException
- Override in Android.
- Throws:
IOException
UnsupportedOperationException
- always
createServerSocket
public ServerSocket createServerSocket(String name)
throws IOException
- Override in Android.
- Throws:
IOException
UnsupportedOperationException
- always