Package br.com.tecsinapse.glimpse.client.http

Examples of br.com.tecsinapse.glimpse.client.http.HttpConnector


   * @param username the username used to authenticate with the server
   * @param password the password used to authenticate with the server
   * @return a new ScriptRunner
   */
  public static ScriptRunner create(String url, String username, String password) {
    return new DefaultScriptRunner(new HttpConnector(url, username, password));
  }
View Full Code Here

TOP

Related Classes of br.com.tecsinapse.glimpse.client.http.HttpConnector

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.