コード例 #1
0
  /**
   * Instantiates an HTTP client with proper credentials that can be used for all HTTP requests.
   *
   * @throws DaemonException On conflicting or missing settings
   */
  private void initialise() throws DaemonException {

    httpclient = HttpHelper.createStandardHttpClient(settings, true);
  }