Package net.grinder.plugin.http

Examples of net.grinder.plugin.http.HTTPRequest


    private static HTTPRequest request = null;
    private static GTest test = new GTest(1, "Hello");

    @BeforeClass
    public static void beforeProcess() {
      request = new HTTPRequest();
      try {
        test.record(request);
      } catch (NonInstrumentableTypeException e) {
      }
    }
View Full Code Here

TOP

Related Classes of net.grinder.plugin.http.HTTPRequest

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.