Package com.aelitis.azureus.plugins.net.netstatus

Examples of com.aelitis.azureus.plugins.net.netstatus.NetStatusProtocolTesterListener


      log( "Distributed protocol test" );
     
      NetStatusProtocolTesterBT bt_test =
        plugin.getProtocolTester().runTest(
       
          new NetStatusProtocolTesterListener()
          {
            private List  sessions = new ArrayList();
           
            public void
            complete(
View Full Code Here

TOP

Related Classes of com.aelitis.azureus.plugins.net.netstatus.NetStatusProtocolTesterListener

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.