Package com.aelitis.azureus.plugins.extseed

Examples of com.aelitis.azureus.plugins.extseed.ExternalSeedPeer


           
            http_seeds.addAll( new_seeds );
           
            while( http_seeds.size() > HTTP_SEEDS_MAX ){
             
              ExternalSeedPeer x = http_seeds.removeFirst();
             
              to_remove.add( x );
            }
          }
         
View Full Code Here

TOP

Related Classes of com.aelitis.azureus.plugins.extseed.ExternalSeedPeer

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.