org.gudy.azureus2.core3.peer
Class PEPeerSource

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

public class PEPeerSource
extends java.lang.Object

Author:
parg

Field Summary
static java.lang.String PS_BT_TRACKER
          Class to enumerate the sources of peer connections
static 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
PEPeerSource()
           
 
Method Summary
static java.lang.String[] getDefaultEnabledPeerSources()
           
static boolean isPeerSourceEnabledByDefault(java.lang.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 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
Constructor Detail

PEPeerSource

public PEPeerSource()
Method Detail

isPeerSourceEnabledByDefault

public static boolean isPeerSourceEnabledByDefault(java.lang.String ps)

getDefaultEnabledPeerSources

public static java.lang.String[] getDefaultEnabledPeerSources()