com.aelitis.azureus.core.util
Class FeatureAvailability

java.lang.Object
  extended by com.aelitis.azureus.core.util.FeatureAvailability

public class FeatureAvailability
extends java.lang.Object


Constructor Summary
FeatureAvailability()
           
 
Method Summary
static boolean allowAllFEClients()
           
static boolean areInternalFeaturesEnabled()
           
static boolean isAutoSpeedDefaultClassic()
           
static boolean isDHTRepV2Enabled()
           
static boolean isGamesEnabled()
           
static boolean isGeneralPeerReconnectEnabled()
           
static boolean isMagnetMDEnabled()
           
static boolean isMagnetSLEnabled()
           
static boolean isRCMEnabled()
           
static boolean isRequestLimitingEnabled()
           
static boolean isUDPPeerReconnectEnabled()
           
static boolean triggerSpeedTestV1()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureAvailability

public FeatureAvailability()
Method Detail

areInternalFeaturesEnabled

public static boolean areInternalFeaturesEnabled()

isRequestLimitingEnabled

public static boolean isRequestLimitingEnabled()

isGeneralPeerReconnectEnabled

public static boolean isGeneralPeerReconnectEnabled()

isUDPPeerReconnectEnabled

public static boolean isUDPPeerReconnectEnabled()

isAutoSpeedDefaultClassic

public static boolean isAutoSpeedDefaultClassic()

isRCMEnabled

public static boolean isRCMEnabled()

isDHTRepV2Enabled

public static boolean isDHTRepV2Enabled()

isMagnetSLEnabled

public static boolean isMagnetSLEnabled()

isMagnetMDEnabled

public static boolean isMagnetMDEnabled()

allowAllFEClients

public static boolean allowAllFEClients()

triggerSpeedTestV1

public static boolean triggerSpeedTestV1()

isGamesEnabled

public static boolean isGamesEnabled()