Class UnchokerFactory
- java.lang.Object
-
- com.biglybt.core.peermanager.unchoker.UnchokerFactory
-
public class UnchokerFactory extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_MANAGER
private static UnchokerFactory
factory
-
Constructor Summary
Constructors Constructor Description UnchokerFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UnchokerFactory
getSingleton()
private static UnchokerFactory
getSingleton(java.lang.String explicit_implementation)
Unchoker
getUnchoker(boolean seeding)
-
-
-
Field Detail
-
DEFAULT_MANAGER
public static final java.lang.String DEFAULT_MANAGER
- See Also:
- Constant Field Values
-
factory
private static UnchokerFactory factory
-
-
Method Detail
-
getSingleton
public static UnchokerFactory getSingleton()
-
getSingleton
private static UnchokerFactory getSingleton(java.lang.String explicit_implementation)
-
getUnchoker
public Unchoker getUnchoker(boolean seeding)
-
-