Package com.atlassian.httpclient.apache.httpcomponents

Examples of com.atlassian.httpclient.apache.httpcomponents.DefaultHttpClient.destroy()


        ThreadLocalContextManagers.noop(), options);
    return new AtlassianHttpClientDecorator(defaultHttpClient) {

      @Override
      public void destroy() throws Exception {
        defaultHttpClient.destroy();
      }
    };
  }

  public DisposableHttpClient createClient(final HttpClient client) {
View Full Code Here


        ThreadLocalContextManagers.noop(), options);
    return new AtlassianHttpClientDecorator(defaultHttpClient) {

      @Override
      public void destroy() throws Exception {
        defaultHttpClient.destroy();
      }
    };
  }

  public DisposableHttpClient createClient(final HttpClient client) {
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.