Package com.aelitis.azureus.core.speedmanager.impl.v3

Examples of com.aelitis.azureus.core.speedmanager.impl.v3.SpeedManagerAlgorithmProviderV3


        provider = new SpeedManagerAlgorithmProviderV2( this );
      }
           
        }else if ( provider_version == 3 ){

            provider = new SpeedManagerAlgorithmProviderV3( this );

        }else{
           
      Debug.out( "Unknown provider version " + provider_version );
     
View Full Code Here

TOP

Related Classes of com.aelitis.azureus.core.speedmanager.impl.v3.SpeedManagerAlgorithmProviderV3

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.