public class DomainSocketFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
I2CP_SOCKET_ADDRESS |
Constructor and Description |
---|
DomainSocketFactory(I2PAppContext context) |
Modifier and Type | Method and Description |
---|---|
ServerSocket |
createServerSocket(String name)
Override in Android.
|
Socket |
createSocket(String name)
Override in Android.
|
public static String I2CP_SOCKET_ADDRESS
public DomainSocketFactory(I2PAppContext context)
UnsupportedOperationException
- alwayspublic Socket createSocket(String name) throws IOException
IOException
UnsupportedOperationException
- alwayspublic ServerSocket createServerSocket(String name) throws IOException
IOException
UnsupportedOperationException
- always