Examples of HttpPerfServerFactory


Examples of test.r2.perf.server.HttpPerfServerFactory

  public static void main(String[] args) throws IOException
  {
    final int port = PerfConfig.getHttpPort();
    final URI relativeUri = PerfConfig.getRelativeUri();

    final Server server = new HttpPerfServerFactory().create(port, relativeUri);
    server.start();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.