Package freenet.client

Examples of freenet.client.HighLevelSimpleClientImpl


   * throughput-optimised. Fewer latency-optimised ("real time") requests are accepted
   * but their transfers are faster. Latency-optimised requests are expected to be bursty,
   * whereas throughput-optimised (bulk) requests can be constant.
   */
  public HighLevelSimpleClient makeClient(short prioClass, boolean forceDontIgnoreTooManyPathComponents, boolean realTimeFlag) {
    return new HighLevelSimpleClientImpl(this, tempBucketFactory, random, prioClass, forceDontIgnoreTooManyPathComponents, realTimeFlag);
  }
View Full Code Here

TOP

Related Classes of freenet.client.HighLevelSimpleClientImpl

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.