com.atlassian.bamboo.agent
Class BambooHttpUtils

java.lang.Object
  extended by com.atlassian.bamboo.agent.BambooHttpUtils

public class BambooHttpUtils
extends Object


Method Summary
static void closeQuietly(Closeable closeable)
           
static void consumeResponse(org.apache.http.HttpResponse response)
           
static String setHostnameVerifier(org.apache.http.client.HttpClient httpClient, org.apache.http.conn.ssl.X509HostnameVerifier hostnameVerifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

consumeResponse

public static void consumeResponse(org.apache.http.HttpResponse response)

closeQuietly

public static void closeQuietly(Closeable closeable)

setHostnameVerifier

@Nullable
public static String setHostnameVerifier(org.apache.http.client.HttpClient httpClient,
                                                  org.apache.http.conn.ssl.X509HostnameVerifier hostnameVerifier)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.