Class StandAloneHttpClient

java.lang.Object
dev.galasa.http.StandAloneHttpClient

public class StandAloneHttpClient extends Object
This is a class to allow the HTTP manager implementations be used without the need for the manager to be active
  • Constructor Details

    • StandAloneHttpClient

      public StandAloneHttpClient()
  • Method Details

    • getHttpClient

      public static IHttpClient getHttpClient(int timeout, org.apache.commons.logging.Log log)