org.gudy.azureus2.core3.peer
Class PEPeerSource

java.lang.Object
  extended by org.gudy.azureus2.core3.peer.PEPeerSource

public class PEPeerSource
extends Object

Author:
parg

Field Summary
static String PS_BT_TRACKER
          Class to enumerate the sources of peer connections
static String PS_DHT
           
static String PS_INCOMING
           
static String PS_OTHER_PEER
           
static String PS_PLUGIN
           
static String[] PS_SOURCES
           
 
Constructor Summary
PEPeerSource()
           
 
Method Summary
static String[] getDefaultEnabledPeerSources()
           
static boolean isPeerSourceEnabledByDefault(String ps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PS_BT_TRACKER

public static final String PS_BT_TRACKER
Class to enumerate the sources of peer connections

See Also:
Constant Field Values

PS_DHT

public static final String PS_DHT
See Also:
Constant Field Values

PS_OTHER_PEER

public static final String PS_OTHER_PEER
See Also:
Constant Field Values

PS_PLUGIN

public static final String PS_PLUGIN
See Also:
Constant Field Values

PS_INCOMING

public static final String PS_INCOMING
See Also:
Constant Field Values

PS_SOURCES

public static final String[] PS_SOURCES
Constructor Detail

PEPeerSource

public PEPeerSource()
Method Detail

isPeerSourceEnabledByDefault

public static boolean isPeerSourceEnabledByDefault(String ps)

getDefaultEnabledPeerSources

public static String[] getDefaultEnabledPeerSources()