net.i2p.client
Class DomainSocketFactory

java.lang.Object
  extended by 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

Field Summary
static String I2CP_SOCKET_ADDRESS
           
 
Constructor Summary
DomainSocketFactory(I2PAppContext context)
           
 
Method Summary
 ServerSocket createServerSocket(String name)
          Override in Android.
 Socket createSocket(String name)
          Override in Android.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

I2CP_SOCKET_ADDRESS

public static final String I2CP_SOCKET_ADDRESS
See Also:
Constant Field Values
Constructor Detail

DomainSocketFactory

public DomainSocketFactory(I2PAppContext context)
Throws:
UnsupportedOperationException - always
Method Detail

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