Package freenet.node.probe

Examples of freenet.node.probe.Type


        System.out.println("Probe got output capacity "+nf.format(outputBulkCapacityUsed)+
            "% (bandwidth class "+bandwidthClassForCapacityUsage+")");
      }
    };

    final Type types[] = {
      Type.BANDWIDTH,
      Type.BUILD,
      Type.IDENTIFIER,
      Type.LINK_LENGTHS,
      Type.LOCATION,
View Full Code Here

TOP

Related Classes of freenet.node.probe.Type

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.