Package net.i2p.client
Class I2PClientFactory
- java.lang.Object
-
- net.i2p.client.I2PClientFactory
-
public class I2PClientFactory extends Object
Provide a means of hooking into an appropriate I2PClient implementation- Author:
- jrandom
-
-
Constructor Summary
Constructors Constructor Description I2PClientFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static I2PClient
createClient()
Create a new instance of the appropriate I2PClient
-
-
-
Method Detail
-
createClient
public static I2PClient createClient()
Create a new instance of the appropriate I2PClient- Returns:
- client implementation
-
-