Package com.biglybt.core.peer
Class PEPeerSource
- java.lang.Object
-
- com.biglybt.core.peer.PEPeerSource
-
public class PEPeerSource extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PS_BT_TRACKER
Class to enumerate the sources of peer connectionsstatic java.lang.String
PS_DHT
static java.lang.String
PS_INCOMING
static java.lang.String
PS_OTHER_PEER
static java.lang.String
PS_PLUGIN
static java.lang.String[]
PS_SOURCES
-
Constructor Summary
Constructors Constructor Description PEPeerSource()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String[]
getDefaultEnabledPeerSources()
static boolean
isPeerSourceEnabledByDefault(java.lang.String ps)
-
-
-
Field Detail
-
PS_BT_TRACKER
public static final java.lang.String PS_BT_TRACKER
Class to enumerate the sources of peer connections- See Also:
- Constant Field Values
-
PS_DHT
public static final java.lang.String PS_DHT
- See Also:
- Constant Field Values
-
PS_OTHER_PEER
public static final java.lang.String PS_OTHER_PEER
- See Also:
- Constant Field Values
-
PS_PLUGIN
public static final java.lang.String PS_PLUGIN
- See Also:
- Constant Field Values
-
PS_INCOMING
public static final java.lang.String PS_INCOMING
- See Also:
- Constant Field Values
-
PS_SOURCES
public static final java.lang.String[] PS_SOURCES
-
-